Skip to content

Commit e669553

Browse files
committed
debug test for Windows crash...
1 parent 92893f2 commit e669553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/flint/test/test_all.py

+4
Original file line numberDiff line numberDiff line change
@@ -4195,6 +4195,10 @@ def test_matrices_rref():
41954195

41964196
def test_matrices_fflu():
41974197

4198+
A = flint.fmpz_mat([[1, 2], [3, 4]])
4199+
P, L, D, U = A.fflu()
4200+
return
4201+
41984202
QQ = flint.fmpq_mat
41994203
shape = lambda A: (A.nrows(), A.ncols())
42004204

0 commit comments

Comments
 (0)