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

Reduce unnecessary allocations and reuse code #297

Merged
merged 25 commits into from
Dec 7, 2023

More tests pass

3b52a5a
Select commit
Loading
Failed to load commit list.
Merged

Reduce unnecessary allocations and reuse code #297

More tests pass
3b52a5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 7, 2023 in 0s

87.40% (-5.68%) compared to 657c549

View this Pull Request on Codecov

87.40% (-5.68%) compared to 657c549

Details

Codecov Report

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

Comparison is base (657c549) 93.07% compared to head (3b52a5a) 87.40%.
Report is 2 commits behind head on master.

Files Patch % Lines
src/utils.jl 82.90% 20 Missing ⚠️
src/levenberg.jl 91.48% 8 Missing ⚠️
src/trace.jl 58.82% 7 Missing ⚠️
src/gaussnewton.jl 81.81% 6 Missing ⚠️
src/jacobian.jl 92.95% 5 Missing ⚠️
src/lbroyden.jl 92.18% 5 Missing ⚠️
src/trustRegion.jl 95.79% 5 Missing ⚠️
src/NonlinearSolve.jl 89.47% 4 Missing ⚠️
src/pseudotransient.jl 94.11% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   93.07%   87.40%   -5.68%     
==========================================
  Files          21       21              
  Lines        2065     1683     -382     
==========================================
- Hits         1922     1471     -451     
- Misses        143      212      +69     

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