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

Add the ability to store the trace for nonlinear solve algorithms #292

Merged
merged 4 commits into from
Nov 24, 2023

Add a note on the first value

1b9c188
Select commit
Loading
Failed to load commit list.
Merged

Add the ability to store the trace for nonlinear solve algorithms #292

Add a note on the first value
1b9c188
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 24, 2023 in 0s

93.07% (-0.97%) compared to 46912f2

View this Pull Request on Codecov

93.07% (-0.97%) compared to 46912f2

Details

Codecov Report

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

Comparison is base (46912f2) 94.04% compared to head (1b9c188) 93.07%.

Files Patch % Lines
src/trace.jl 79.06% 18 Missing ⚠️
src/trustRegion.jl 56.25% 7 Missing ⚠️
src/NonlinearSolve.jl 90.47% 2 Missing ⚠️
src/utils.jl 66.66% 2 Missing ⚠️
src/gaussnewton.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   94.04%   93.07%   -0.97%     
==========================================
  Files          20       21       +1     
  Lines        1896     2065     +169     
==========================================
+ Hits         1783     1922     +139     
- Misses        113      143      +30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.