Impoving NLS Solvers #236
Merged
Impoving NLS Solvers #236
Codecov / codecov/project
succeeded
Oct 16, 2023 in 0s
93.22% (+73.03%) compared to a6af39c
View this Pull Request on Codecov
93.22% (+73.03%) compared to a6af39c
Details
Codecov Report
Merging #236 (1c19fa7) into master (a6af39c) will increase coverage by
73.03%
.
The diff coverage is89.28%
.
@@ Coverage Diff @@
## master #236 +/- ##
===========================================
+ Coverage 20.19% 93.22% +73.03%
===========================================
Files 9 12 +3
Lines 832 901 +69
===========================================
+ Hits 168 840 +672
+ Misses 664 61 -603
Files | Coverage Δ | |
---|---|---|
src/gaussnewton.jl | 75.00% <100.00%> (+75.00%) |
⬆️ |
src/levenberg.jl | 98.42% <100.00%> (+98.42%) |
⬆️ |
ext/NonlinearSolveLeastSquaresOptimExt.jl | 95.83% <95.83%> (ø) |
|
src/NonlinearSolve.jl | 85.00% <0.00%> (+0.78%) |
⬆️ |
src/utils.jl | 77.77% <50.00%> (+19.82%) |
⬆️ |
ext/NonlinearSolveFastLevenbergMarquardtExt.jl | 91.66% <91.66%> (ø) |
|
src/algorithms.jl | 85.71% <85.71%> (ø) |
|
src/jacobian.jl | 86.15% <77.77%> (+5.82%) |
⬆️ |
... and 4 files with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading