-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reinit!
now ignores given state (2nd argument) for an MTK-derived ODEIntegrator.
#3451
Comments
|
We should at least warn if someone does a numerical reinitialization on a problem with a symbolic reinit function. |
Why isn't the |
Furthermore the docstring of |
I agree with the warning. Initialization is there because the user might be solving for some parameters from unknowns, or the provided |
Because then it's almost guaranteed to not work. It has always been |
"It has always been like that" is not my experience here. Can you acknowledge that this is breaking? I am not creating a DAE above, I am creating an ODE. The same code that used to work does not. |
It has always done that? It was using BrownBasicInit. |
Minimal Reproducible Example 👇
There are no error messages. The
reinit!
function simply now ignores the second argument and does not re-initialize the integrator at the given state. This is breaking for DynamicalSystems.jl, so I hope there is an easy fix!Disclaimer: I have not checked whether this problem persists even for normally created
ODEProblems
.using Pkg; Pkg.status()
versioninfo()
1.10.8.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: