You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the example is.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Not Working Environment (please complete the following information):
NonlinearSolve -- 3.5+
Working Environment (please complete the following information):
NonlinearSolve -- <3.5
Additional context
This change was introduced because in the latest updates we made Bastin and Yuan more efficient by directly using JVP and VJPs instead of materializing the full jacobian as before. This causes a problem with the cached versions which try to reuse the ODE solver cache.
The text was updated successfully, but these errors were encountered:
Describe the example
A clear and concise description of what the example is.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Not Working Environment (please complete the following information):
NonlinearSolve
--3.5+
Working Environment (please complete the following information):
NonlinearSolve
--<3.5
Additional context
This change was introduced because in the latest updates we made Bastin and Yuan more efficient by directly using JVP and VJPs instead of materializing the full jacobian as before. This causes a problem with the cached versions which try to reuse the ODE solver cache.
The text was updated successfully, but these errors were encountered: