Skip to content

Commit

Permalink
fix Multinomial test - should work after Distributions PR 990 is merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Oct 5, 2019
1 parent 0c7ffd6 commit ab6bfcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ end

@testset "Multivariate discrete distributions" begin
mult_disc_dists = [
]
broken_mult_disc_dists = [
# Dispatch error caused by lack of type parameters in Distributions.Multinomial
DistSpec(:((p) -> Multinomial(4, p)), (fill(0.25, 4),), 1),
DistSpec(:((p) -> Multinomial(2, p / sum(p))), (fill(0.5, 2),), [2, 0]),
]
for d in mult_disc_dists
for testf in get_all_functions(d, false)
Expand Down

0 comments on commit ab6bfcf

Please sign in to comment.