-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
equations
not defined???
#3414
Comments
I had the same issue, but downgrading SciMLBase.jl to 2.74.1 fixed it for me, so it looks like it might be an issue with SciMLBase.jl 2.75.0 |
Yes, it's a printing issue introduced in SciML/SciMLBase.jl#936 |
I'm not super fluent in juggling versions. Should I:
|
The new 2.75.1 patch should have fixed this. |
Simulating the system works, but there is an error message 🐞
The following worked earlier today -- NOTE: ModelingToolkit.jl was not updated, so the problem must lie in some underlying packages.
but now, the last statement (
ODEProblem...
) gives the following error message [subsequent code, e.g., solvingprob_ns_oL
still works, though]:Expected behavior
No error message wrt.
equations
.Minimal Reproducible Example 👇
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: