Skip to content

Commit 46de5a4

Browse files
authored
Merge branch 'numpy:main' into win-ci-warn
2 parents a50e657 + e46eec9 commit 46de5a4

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)