Skip to content

Commit 6f4219a

Browse files
Ch0ronomatoricardoV94
authored andcommitted
Increase the tolerance of the flaky pre-existing test
1 parent e655429 commit 6f4219a

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)