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 caching for solvers without init #382

Merged
merged 1 commit into from
Feb 21, 2024

Add caching for solvers without init

e37b70a
Select commit
Loading
Failed to load commit list.
Merged

Add caching for solvers without init #382

Add caching for solvers without init
e37b70a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 20, 2024 in 0s

87.95% (-0.16%) compared to bf072d2

View this Pull Request on Codecov

87.95% (-0.16%) compared to bf072d2

Details

Codecov Report

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

Comparison is base (bf072d2) 88.11% compared to head (e37b70a) 87.95%.

Files Patch % Lines
ext/NonlinearSolveLeastSquaresOptimExt.jl 0.00% 2 Missing ⚠️
src/abstract_types.jl 0.00% 2 Missing ⚠️
src/core/noinit.jl 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #382      +/-   ##
==========================================
- Coverage   88.11%   87.95%   -0.16%     
==========================================
  Files          45       46       +1     
  Lines        2675     2690      +15     
==========================================
+ Hits         2357     2366       +9     
- Misses        318      324       +6     

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