-
-
Notifications
You must be signed in to change notification settings - Fork 233
feat: lexicographically sort equations in structural_simplify
#3547
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
feat: lexicographically sort equations in structural_simplify
#3547
Conversation
21faed2 to
124ea24
Compare
|
What's left here? |
622ddd3 to
38da2cc
Compare
|
I have the docs fix ready locally. Waiting on SciML/Catalyst.jl#1251 for tests |
|
That Catalyst PR is now merged. |
ca5febe to
ea0acd4
Compare
src/systems/systemstructure.jl
Outdated
| neqs = length(eqs) | ||
| symbolic_incidence = symbolic_incidence[eqs_to_retain] | ||
|
|
||
| # sort equations lexicographically to reduce simplification issues |
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.
Put a structural simplify keyword argument to flag this?
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.
Sure. Cancelled CI to avoid running it twice
No description provided.