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
221 stars 39 forks source link

Fix printing in some of the docs #331

Closed avik-pal closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5060e08) 89.17% compared to head (fb6eeb1) 75.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #331 +/- ## =========================================== - Coverage 89.17% 75.19% -13.99% =========================================== Files 24 24 Lines 1958 1955 -3 =========================================== - Hits 1746 1470 -276 - Misses 212 485 +273 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ChrisRackauckas commented 7 months ago

Let's build and see