Skip to content

Commit d4abe22

Browse files
committed
Loosen amount
1 parent 50dc11b commit d4abe22

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
@@ -484,7 +484,7 @@ def test_cholesky(self, is_batched):
484484
np.testing.assert_allclose(
485485
X_val_in,
486486
np.linalg.cholesky(X_val_in_copy),
487-
atol=1e-5 if config.floatX == "float32" else 0,
487+
atol=1e-4 if config.floatX == "float32" else 0,
488488
)
489489

490490
@pytest.mark.parametrize("batched_A", (False, True))

0 commit comments

Comments
 (0)