SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
238 stars 42 forks source link

Fix test to use TrustRegion #246

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/NonlinearSolve.jl/issues/243

codecov[bot] commented 1 year ago

Codecov Report

Merging #246 (258ee8a) into master (3d85a52) will increase coverage by 0.14%. Report is 7 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
+ Coverage   85.97%   86.11%   +0.14%     
==========================================
  Files          14       14              
  Lines        1205     1203       -2     
==========================================
  Hits         1036     1036              
+ Misses        169      167       -2     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more