Skip to content

Commit 69765a1

Browse files
committed
fixed failing precision test
1 parent 8f6badf commit 69765a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/rewriting/test_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def test_det_blockdiag_rewrite():
720720

721721

722722
def test_slogdet_blockdiag_rewrite():
723-
n_matrices = 100
723+
n_matrices = 10
724724
matrix_size = (5, 5)
725725
sub_matrices = pt.tensor("sub_matrices", shape=(n_matrices, *matrix_size))
726726
bd_output = pt.linalg.block_diag(*[sub_matrices[i] for i in range(n_matrices)])

0 commit comments

Comments
 (0)