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
228 stars 41 forks source link

Fix formatting #217

Closed avik-pal closed 12 months ago

codecov[bot] commented 12 months ago

Codecov Report

Merging #217 (086a26f) into master (b2946b1) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   94.94%   94.94%           
=======================================
  Files           8        8           
  Lines         732      732           
=======================================
  Hits          695      695           
  Misses         37       37           
Files Changed Coverage Δ
src/jacobian.jl 91.83% <ø> (ø)
src/levenberg.jl 97.70% <ø> (ø)
src/raphson.jl 98.46% <100.00%> (ø)
src/trustRegion.jl 98.88% <100.00%> (ø)

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