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

CI Stalling on Windows #352

Closed avik-pal closed 5 months ago

avik-pal commented 5 months ago

Not a high priority for me, but CI seems to stall on Windows.

First observed in https://github.com/SciML/NonlinearSolve.jl/pull/348 and even true for the new version in https://github.com/SciML/NonlinearSolve.jl/pull/345

avik-pal commented 5 months ago

The problem is from https://github.com/EnzymeAD/Enzyme.jl/issues/1236. We are swapping enzyme out of the tests currently.