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

Add downgrade CI for testing lower bounds #317

Closed ErikQQY closed 7 months ago

ErikQQY commented 7 months ago

Downgrade CI

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (1d2ef5c) 89.16% compared to head (cbaaba3) 89.16%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #317 +/- ## ======================================= Coverage 89.16% 89.16% ======================================= Files 24 24 Lines 1957 1957 ======================================= Hits 1745 1745 Misses 212 212 ```

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

ErikQQY commented 7 months ago

CI errors not related to the downgrade CI testing?

ChrisRackauckas commented 7 months ago

It looks like it only fails when the downgrade is used?

ErikQQY commented 7 months ago

Downgrade CI is working now, the CI errors in ODE and BVP are not related?