-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error with vector arguments #954
Comments
So then from that error it sounds like we shouldn't be scalarizing parameters any more? |
Changing that would be breaking so if we should switch that should be done before V14. |
Internally I think we can do whichever, but we might want to change what we permit in the input. |
I will have to go back to see if I can find all the details about scalrization that I wrote and discussed with Aayush though |
replaced by SciML/ModelingToolkit.jl#2804 |
There are currently some problems with vector arguments for parameters/initial conditions. I think this worked previously (I had some old tests which I think were mostly fine, but waited due to another issue and then forgot about).
Example using both Catalyst and MTK.
An expanded version of Catalyst
remake
error. Never actually passes Catalyst code, not sure why.The text was updated successfully, but these errors were encountered: