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
234 stars 40 forks source link

CI trigger #348

Closed ArnoStrouwen closed 8 months ago

ArnoStrouwen commented 9 months ago

Tests are not passing locally for me, so triggering tests

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (138de9b) 83.79% compared to head (73d40a8) 83.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #348 +/- ## ======================================= Coverage 83.79% 83.79% ======================================= Files 28 28 Lines 2179 2179 ======================================= Hits 1826 1826 Misses 353 353 ```

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

ArnoStrouwen commented 9 months ago

These ones take much longer (stuck indefinitely?) on windows/mac compared to linux: https://github.com/SciML/NonlinearSolve.jl/actions/runs/7430099659/job/20219416626?pr=348 This one fails on mac: https://github.com/SciML/NonlinearSolve.jl/actions/runs/7430099659/job/20219417053?pr=348 Then there are a couple groups that fail all os. @avik-pal can you take a look?

avik-pal commented 9 months ago

Let's hope #345 fixes all of these. I don't have a mac or windows to test locally.

avik-pal commented 8 months ago

Closing this, https://github.com/SciML/NonlinearSolve.jl/pull/345 tests on the 3 OSs. For mac everything seems fine. For windows, I have opened a corresponding issue.