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

Use new ctor in 1.9 #210

Closed rayegun closed 1 year ago

rayegun commented 1 year ago

Fixes #205

This won't work quite yet, waiting on 1.9 upstream

codecov[bot] commented 1 year ago

Codecov Report

Merging #210 (28d5b79) into main (8550cf9) will decrease coverage by 0.34%. The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
- Coverage   64.00%   63.65%   -0.35%     
==========================================
  Files           9        9              
  Lines         625      630       +5     
==========================================
+ Hits          400      401       +1     
- Misses        225      229       +4     
Impacted Files Coverage Δ
src/factorization.jl 78.15% <40.00%> (-1.45%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more