Skip to content

Commit b3998a2

Browse files
Ch0ronomatoIan Schweer
authored and
Ian Schweer
committed
Increasing the tolerance of the flaky pre-existing test
1 parent 93c6e47 commit b3998a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/test_blockwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def core_scipy_fn(A, b):
538538
A_val_copy, b_val_copy
539539
)
540540
np.testing.assert_allclose(
541-
out, expected_out, atol=1e-6 if config.floatX == "float32" else 0
541+
out, expected_out, atol=1e-5 if config.floatX == "float32" else 0
542542
)
543543

544544
# Confirm input was destroyed

0 commit comments

Comments
 (0)