Skip to content

Commit

Permalink
Bump the Poisson binomial PDF test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jul 17, 2017
1 parent a0a0917 commit c24a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/poissonbinomial.jl
Expand Up @@ -71,7 +71,7 @@ for (n₁, n₂, n₃, p₁, p₂, p₃) in [(10, 10, 10, 0.1, 0.5, 0.9),
end
m += pmf1[i+1] * mc
end
@test isapprox(pdf(d, k), m, atol=1e-15)
@test isapprox(pdf(d, k), m, atol=2e-15)
end
end

Expand Down

0 comments on commit c24a12e

Please sign in to comment.