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

Remove the unnecessary < 1.9 checks #439

Closed avik-pal closed 8 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (e712202) 64.10% compared to head (97ff64b) 66.31%.

Files Patch % Lines
src/factorization.jl 86.79% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #439 +/- ## ========================================== + Coverage 64.10% 66.31% +2.21% ========================================== Files 27 27 Lines 2106 2019 -87 ========================================== - Hits 1350 1339 -11 + Misses 756 680 -76 ```

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

avik-pal commented 9 months ago

@ChrisRackauckas this is good to go