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

Consolidate init #360

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/LinearSolve.jl/issues/353

codecov[bot] commented 1 year ago

Codecov Report

Merging #360 (f077588) into main (38e824e) will decrease coverage by 0.70%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
- Coverage   73.76%   73.07%   -0.70%     
==========================================
  Files          19       19              
  Lines        1353     1348       -5     
==========================================
- Hits          998      985      -13     
- Misses        355      363       +8     
Files Changed Coverage Δ
src/LinearSolve.jl 89.18% <ø> (-1.72%) :arrow_down:
src/init.jl 77.77% <100.00%> (+37.77%) :arrow_up:

... and 5 files with indirect coverage changes

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