Skip to content

Commit

Permalink
Increase number of samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 28, 2024
1 parent f1cb73c commit fb65aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/probability/test_multiply_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def _verify(X, Y):
plt.title("Product of two distributions")
plt.show()

assert np.allclose(Z.pdf(x), hist, atol=np.max(hist) * 0.1)
assert np.allclose(Z.pdf(x), hist, atol=np.max(hist) * 0.2)

0 comments on commit fb65aaa

Please # to comment.