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
114 stars 8 forks source link

Fix tolerance #24

Closed cpmech closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #24 (55954cb) into main (3b181cf) will increase coverage by 0.03%. The diff coverage is 99.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   99.74%   99.77%   +0.03%     
==========================================
  Files          51       51              
  Lines        6245     6212      -33     
==========================================
- Hits         6229     6198      -31     
+ Misses         16       14       -2     
Impacted Files Coverage Δ
russell_sparse/src/lib.rs 100.00% <ø> (ø)
russell_sparse/src/solver.rs 98.75% <98.75%> (ø)
russell_lab/src/matrix/inverse.rs 100.00% <100.00%> (ø)
russell_openblas/src/matvec.rs 100.00% <100.00%> (ø)
russell_sparse/src/config_solver.rs 100.00% <100.00%> (ø)
russell_sparse/src/enums.rs 100.00% <100.00%> (ø)
russell_sparse/src/sparse_triplet.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4bc80c5...55954cb. Read the comment docs.