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 30, 2019
1 parent 14b75e3 commit cdcfe19
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 @@ -169,10 +169,7 @@ separator()
@testset "Multivariate discrete distributions" begin
test_head("Testing: Multivariate discrete distributions")
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
test_info(d.name)
Expand Down

0 comments on commit cdcfe19

Please sign in to comment.