argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
952 stars 74 forks source link

Moved argmin_testfunctions into argmin repo #409

Closed stefan-k closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (370c76d) 90.26% compared to head (2fe2c76) 90.44%.

Files Patch % Lines
tools/testfunctions/src/rosenbrock.rs 79.16% 10 Missing :warning:
tools/testfunctions/src/sphere.rs 66.66% 4 Missing :warning:
tools/testfunctions/src/zero.rs 70.00% 3 Missing :warning:
argmin/src/core/checkpointing/mod.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #409 +/- ## ========================================== + Coverage 90.26% 90.44% +0.17% ========================================== Files 141 162 +21 Lines 19936 20337 +401 ========================================== + Hits 17995 18393 +398 - Misses 1941 1944 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.