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

Doc format #260

Closed ArnoStrouwen closed 1 year ago

ArnoStrouwen commented 1 year ago

Should this be applied to all repos?

codecov[bot] commented 1 year ago

Codecov Report

Merging #260 (3072f82) into main (abdae64) will increase coverage by 3.65%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #260      +/-   ##
==========================================
+ Coverage   66.58%   70.23%   +3.65%     
==========================================
  Files          14       14              
  Lines         841      840       -1     
==========================================
+ Hits          560      590      +30     
+ Misses        281      250      -31     
Impacted Files Coverage Δ
src/factorization.jl 83.11% <0.00%> (+5.19%) :arrow_up:
src/LinearSolve.jl 95.45% <0.00%> (+82.41%) :arrow_up:

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

ChrisRackauckas commented 1 year ago

Yeah if this is working well now then we should enable it. It was disabled because the markdown formatting was weirdly broken for a long time.