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
248 stars 53 forks source link

Fix HYPRE Solution Building #286

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

I cannot test this locally, but if CI passes then :+1: it should be good.

codecov[bot] commented 1 year ago

Codecov Report

Merging #286 (221a389) into main (b9c1f47) will increase coverage by 10.76%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main     #286       +/-   ##
===========================================
+ Coverage   55.49%   66.25%   +10.76%     
===========================================
  Files          13       14        +1     
  Lines         865      889       +24     
===========================================
+ Hits          480      589      +109     
+ Misses        385      300       -85     
Impacted Files Coverage Δ
ext/LinearSolveHYPRE.jl 92.68% <100.00%> (+92.68%) :arrow_up:

... and 3 files with indirect coverage changes

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