cpmech / russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
MIT License
102 stars 8 forks source link

Add more tests sparse solvers #55

Closed cpmech closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Merging #55 (425c1d7) into main (587decd) will increase coverage by 0.79%. Report is 66 commits behind head on main. The diff coverage is 97.35%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
+ Coverage   97.97%   98.76%   +0.79%     
==========================================
  Files         104      105       +1     
  Lines       20947    21844     +897     
==========================================
+ Hits        20523    21575    +1052     
+ Misses        424      269     -155     
Files Coverage Δ
russell_sparse/src/auxiliary_and_constants.rs 100.00% <100.00%> (ø)
russell_sparse/src/coo_matrix.rs 100.00% <100.00%> (ø)
russell_sparse/src/csc_matrix.rs 99.35% <100.00%> (+1.41%) :arrow_up:
russell_sparse/src/csr_matrix.rs 99.56% <100.00%> (+1.18%) :arrow_up:
russell_sparse/src/lin_solver.rs 97.26% <100.00%> (ø)
russell_sparse/src/read_matrix_market.rs 100.00% <100.00%> (ø)
russell_sparse/src/samples.rs 100.00% <100.00%> (ø)
russell_sparse/src/sparse_matrix.rs 97.87% <100.00%> (+52.73%) :arrow_up:
russell_sparse/src/verify_lin_sys.rs 100.00% <100.00%> (+1.35%) :arrow_up:
russell_sparse/src/stats_lin_sol.rs 99.24% <99.24%> (ø)
... and 4 more

... and 1 file with indirect coverage changes

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