Skip to content

Commit

Permalink
Merge pull request #358 from JuliaSymbolics/myb/singularcheck
Browse files Browse the repository at this point in the history
Use the one-arg checknonsingular
  • Loading branch information
YingboMa authored Aug 24, 2021
2 parents abb6e3a + f0c6c12 commit cfb7685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linear_algebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function sym_lu(A; check=true)
end
end
end
check && LinearAlgebra.checknonsingular(info, Val{true}())
check && LinearAlgebra.checknonsingular(info)
LU(F, p, convert(LinearAlgebra.BlasInt, info))
end

Expand Down

0 comments on commit cfb7685

Please sign in to comment.