Skip to content

Commit 24f0cc4

Browse files
committed
tests: Relax tolerance for some CI configs
1 parent c9d1c4f commit 24f0cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_linearize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,4 +688,4 @@ def test_cire_n_strides():
688688

689689
# NOTE: not exact equality because `op2` slightly changes the order of
690690
# arithmetic operations, which in turn causes some rounding differences
691-
assert np.allclose(u.data, u1.data, rtol=1e-5)
691+
assert np.allclose(u.data, u1.data, rtol=1e-4)

0 commit comments

Comments
 (0)