-
Notifications
You must be signed in to change notification settings - Fork 158
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
Inconsistent output order of build_function
#1382
Comments
This is not intended. In-place is always supposed to be first. |
Are there any plans to fix this? |
Right now everything returns |
That's what I expected, but even in this MWE? |
Yep, I had addressed this in one of the PRs that fixed build_function |
oop is also always first, https://github.com/SciML/ModelingToolkit.jl/blame/ddcf59e7c50b091a8bbd4dd1aa61bdb40598a654/src/systems/diffeqs/abstractodesystem.jl#L333 is a 3 year old snippet |
Indeed, just tested with Symbolics v6.29.0 and the outputs are now consistent. Thanks for fixing this! |
That's what I thought. I'm curious what happened to make this MWE, but whatever it was, it seems like it's gone. |
Depending on what I feed into
build_function
, the order of the output varies, i.e., out-of-place first or in-place first. With Symbolics v6.22.0, the following MWEproduces
Is this intended behaviour?
The text was updated successfully, but these errors were encountered: