-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
structural_simplify fails on SDESystem #3261
Comments
Ping @AayushSabharwal |
Right, thanks for the ping. I looked into this, and we support/test simplification of "stochastic ODEs" (for lack of a better name) created using |
Thanks for looking into this! So it is not possible (or on the roadmap) to add x ~ ... into the |
I see. It's possible to round-trip through an equivalent |
Great thanks! The reason why I go via the |
That makes sense |
Describe the bug 🐞
structural_simplify
fails onSDESystem
generated from a CatalystReactionSystem
.Expected behavior
The code should not error.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: