Skip to content

Commit 2b106fc

Browse files
Ch0ronomatoricardoV94
authored andcommitted
Increase tolerance of flaky test
1 parent e655429 commit 2b106fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/test_blockwise.py

+1-1
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)