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
241 stars 52 forks source link

Disable error throwing in RFLU #455

Closed ChrisRackauckas closed 7 months ago

ChrisRackauckas commented 7 months ago

All are supposed to be run with check=false

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f4bbc08) 66.06% compared to head (dfa74a2) 65.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #455 +/- ## ========================================== - Coverage 66.06% 65.92% -0.15% ========================================== Files 27 27 Lines 2122 2122 ========================================== - Hits 1402 1399 -3 - Misses 720 723 +3 ```

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