Gauss Newton with Line Search #268
Merged
Codecov / codecov/project
succeeded
Nov 5, 2023 in 0s
93.58% (+45.16%) compared to b8d43a3
View this Pull Request on Codecov
93.58% (+45.16%) compared to b8d43a3
Details
Codecov Report
Merging #268 (77be3a2) into master (b8d43a3) will increase coverage by
45.16%
.
The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #268 +/- ##
===========================================
+ Coverage 48.41% 93.58% +45.16%
===========================================
Files 19 19
Lines 1801 1807 +6
===========================================
+ Hits 872 1691 +819
+ Misses 929 116 -813
Files | Coverage Δ | |
---|---|---|
src/gaussnewton.jl | 77.27% <100.00%> (+14.91%) |
⬆️ |
src/linesearch.jl | 88.05% <100.00%> (+82.79%) |
⬆️ |
src/raphson.jl | 100.00% <ø> (+26.98%) |
⬆️ |
src/utils.jl | 85.54% <ø> (+33.22%) |
⬆️ |
... and 14 files with indirect coverage changes
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!
Loading