SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
245 stars 52 forks source link

Add `check=false` with newest KLU #478

Closed rayegun closed 7 months ago

rayegun commented 7 months ago

Checklist

rayegun commented 7 months ago

Note @oscardssmith that infeasible isn't necessarily a correct retcode for both UMFPACK and KLU. It could be an OOM (I know that's pretty much fatal, but it could be), etc. allowsingular may be a better keyword to use starting in 1.11.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 87.50000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 66.16%. Comparing base (f97cf52) to head (d8f8c2c).

Files Patch % Lines
src/factorization.jl 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #478 +/- ## ========================================== - Coverage 66.31% 66.16% -0.16% ========================================== Files 28 28 Lines 2203 2202 -1 ========================================== - Hits 1461 1457 -4 - Misses 742 745 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.