Skip to content

Commit

Permalink
Remove inv of singular matrix in tests
Browse files Browse the repository at this point in the history
Some BLAS implementations do find it to be singular 😅
  • Loading branch information
ChrisRackauckas authored Nov 1, 2023
1 parent d763352 commit 1cbbca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/interface/mass_matrix_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ end
M = [0.637947 0.637947
0.637947 0.637947]

inv(M) # not caught as singular

function f2!(du, u, p, t)
du[1] = u[2]
du[2] = u[1]
Expand Down

0 comments on commit 1cbbca0

Please sign in to comment.