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

Test master #441

Closed avik-pal closed 1 month ago

avik-pal commented 1 month ago

Check if #404 caused new failures.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 86.45%. Comparing base (7deb1ed) to head (c028c5e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #441 +/- ## ======================================= Coverage 86.45% 86.45% ======================================= Files 47 47 Lines 2872 2872 ======================================= Hits 2483 2483 Misses 389 389 ```

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

avik-pal commented 1 month ago

@ChrisRackauckas have you seen this error before? https://github.com/SciML/NonlinearSolve.jl/actions/runs/9326385714/job/25674844612?pr=441#step:6:32527. Is this some build problem for CMINPACK?

avik-pal commented 1 month ago

Probably due to https://github.com/sglyon/MINPACK.jl/commit/c28fed0faebdf4345e695deff1c88f1af9eec4ef

avik-pal commented 1 month ago

Merging this else current release is broken