Skip to content

Commit 00fd67e

Browse files
committed
rem atol
1 parent 2671704 commit 00fd67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/tests/test_quaddtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ def test_modf(self, x):
25132513
assert np.signbit(quad_int) == np.signbit(np_int), f"Sign mismatch for inf integral part modf({x})"
25142514
else:
25152515
np.testing.assert_allclose(
2516-
quad_int, np_int, rtol=1e-12, atol=1e-15,
2516+
quad_int, np_int, rtol=1e-12, atol=0,
25172517
err_msg=f"Integral part mismatch for modf({x})"
25182518
)
25192519

0 commit comments

Comments
 (0)