-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Compound fixe #1154
base: master
Are you sure you want to change the base?
Compound fixe #1154
Conversation
This (and other PRs) need #1153 merged for tests to pass (which need us to figure out what to do about the doc failures). |
Maybe just merge that other PR since I think the doc failures are GLMakie related and not relevant for that PR. |
(But we need to probably remove GLMakie from the doc dependencies before releasing given how incredibly unstable it is in CI.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge after looking over / addressing these comments.
ivs_get_expr = :(unique(reduce( vcat, [sorted_arguments(ModelingToolkit.unwrap(comp)) | ||
for comp in $components]))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ivs_get_expr = :(unique(reduce( vcat, [sorted_arguments(ModelingToolkit.unwrap(comp)) | |
for comp in $components]))) | |
ivs_get_expr = :(unique(reduce( vcat, (sorted_arguments(ModelingToolkit.unwrap(comp)) | |
for comp in $components)))) |
Does a generator work here instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably would, will try and see
(Merge once tests pass I mean.) |
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Fixes the compound issues in #1151