Gauss Newton & LM Robustness Fixes #258
Merged
Codecov / codecov/project
failed
Oct 25, 2023 in 0s
92.47% (-2.02%) compared to b300050
View this Pull Request on Codecov
92.47% (-2.02%) compared to b300050
Details
Codecov Report
Merging #258 (28ea63a) into master (b300050) will decrease coverage by
2.02%
.
The diff coverage is98.43%
.
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
- Coverage 94.48% 92.47% -2.02%
==========================================
Files 18 18
Lines 1614 1687 +73
==========================================
+ Hits 1525 1560 +35
- Misses 89 127 +38
Files | Coverage Δ | |
---|---|---|
src/broyden.jl | 87.17% <100.00%> (-12.83%) |
⬇️ |
src/default.jl | 78.48% <ø> (+1.26%) |
⬆️ |
src/gaussnewton.jl | 79.45% <100.00%> (+3.26%) |
⬆️ |
src/klement.jl | 85.29% <100.00%> (-7.78%) |
⬇️ |
src/lbroyden.jl | 90.40% <100.00%> (-7.98%) |
⬇️ |
src/levenberg.jl | 98.81% <100.00%> (+0.35%) |
⬆️ |
src/raphson.jl | 100.00% <100.00%> (ø) |
|
src/jacobian.jl | 85.71% <90.00%> (-1.25%) |
⬇️ |
src/utils.jl | 84.50% <88.88%> (+0.17%) |
⬆️ |
... and 2 files with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading