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

Increase tolerance in inverse matrix test #21

Closed cpmech closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (7ab7b24) into main (bef2145) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          49       49           
  Lines        6124     6124           
=======================================
  Hits         6108     6108           
  Misses         16       16           
Impacted Files Coverage Δ
russell_sparse/src/solver_mmp.rs 98.90% <ø> (ø)
russell_sparse/src/solver_umf.rs 98.44% <ø> (ø)
russell_lab/src/matrix/inverse.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 bfa31fd...7ab7b24. Read the comment docs.