Skip to content

Commit

Permalink
debug test for Windows crash...
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Feb 9, 2025
1 parent 92893f2 commit e669553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/flint/test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -4195,6 +4195,10 @@ def test_matrices_rref():

def test_matrices_fflu():

A = flint.fmpz_mat([[1, 2], [3, 4]])
P, L, D, U = A.fflu()
return

QQ = flint.fmpq_mat
shape = lambda A: (A.nrows(), A.ncols())

Expand Down

0 comments on commit e669553

Please sign in to comment.