-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot initialize well-defined ODE with defaults #2859
Comments
The error suggests including a default for
|
Debugging the original example (without the default for However, as shown, the detected default for |
I think this fix should become a part of #2850. Or expanding observed in get_u0. Not too tricky to fix but indeed it looks like an edge case we missed. |
I would investigate whether that flipping is still necessary. I'm not sure it is. |
It seems to have been introduced here. |
If you have |
Wouldn't such a problem initialize fine without using the implicit |
It wouldn't tear. But I don't see how this would be involved here since the flip only occurs on parameters. |
Sorry, you're right. I misread the flipping change. I thought the commit changed the standard behavior from I guess the real question is when defaults from observed equations should be |
The well-defined ODE problem
errors with
The text was updated successfully, but these errors were encountered: