Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gauss Newton & LM Robustness Fixes #258

Merged
merged 13 commits into from
Oct 25, 2023

Turn off Broyden and Klement for 23 Test Problems

28ea63a
Select commit
Loading
Failed to load commit list.
Merged

Gauss Newton & LM Robustness Fixes #258

Turn off Broyden and Klement for 23 Test Problems
28ea63a
Select commit
Loading
Failed to load commit list.
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 is 98.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