diff --git a/tests/probability/test_multiply_distribution.py b/tests/probability/test_multiply_distribution.py index c17205267..ec449efef 100644 --- a/tests/probability/test_multiply_distribution.py +++ b/tests/probability/test_multiply_distribution.py @@ -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)