-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Dependent Packages problem #359
Comments
Julia v1.5? |
What does |
(@v1.5) pkg> st -m |
I was able to use ModelingToolKit and OrdinaryDiffEq together to solve the same problem. I implemented a simple pendulum with friction equation both ways, only had success with ModelingToolKit and OrdinaryDiffEq. Note that, yesterday, I had solved three problems with DifferentialEquations, which arent currently working, due to this error. |
Now, It's working again. I will close the thread because of it. I didn't do anything specific to change the situation... I don't know what happened. Thanks for the support, anyway! I appreciate your works |
Calling the solver gives,
"UndefVarError: Rosenbrock23 not defined"
Using the tutorial examples,
The text was updated successfully, but these errors were encountered: