Skip to content

Commit a139c7e

Browse files
Relaxed proximity test parameters
1 parent 4e32155 commit a139c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_random/tests/test_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def test_randomdist_standard_t(randomdist):
916916
desired = np.array([[-0.783927044239963, 0.04762883516531178],
917917
[0.7624597987725193, -1.8045540288955506],
918918
[-1.2657694296239195, 0.307870906117017]])
919-
np.testing.assert_allclose(actual, desired, atol=2e-10, rtol=2e-10)
919+
np.testing.assert_allclose(actual, desired, atol=5e-10, rtol=5e-10)
920920

921921

922922
def test_randomdist_triangular(randomdist):

0 commit comments

Comments
 (0)