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

reapplying formatting #473

Closed ArnoStrouwen closed 7 months ago

ArnoStrouwen commented 7 months ago

Is this good to go on all repos now @ChrisRackauckas?

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (5bdfc1f) 66.04% compared to head (c8104cf) 66.18%. Report is 2 commits behind head on main.

Files Patch % Lines
src/factorization.jl 20.00% 28 Missing :warning:
ext/LinearSolveEnzymeExt.jl 0.00% 7 Missing :warning:
src/factorization_sparse.jl 0.00% 4 Missing :warning:
src/default.jl 70.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #473 +/- ## ========================================== + Coverage 66.04% 66.18% +0.14% ========================================== Files 27 27 Lines 2141 2141 ========================================== + Hits 1414 1417 +3 + Misses 727 724 -3 ```

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

ChrisRackauckas commented 7 months ago

yes