-
Notifications
You must be signed in to change notification settings - Fork 154
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
BoundsError
when using expand_derivatives
on a particular expression in y
, but not the same expression in x
#1126
Comments
This is still a problem of ordering. As a result, Lines 239 to 245 in 45de9b8
|
I am getting an error, and I am not sure if it is the same error as above. Is there any workaround? Of note, I only seem to get an error when there is quotient somewhere in the expression. Here is the stacktrace:
unfortunately, I am having some trouble making an MWE. the input to expand_derivatives is this expression, which when I paste it into an individual file, (and declare all the variables and make some replacements), does not seem to error
|
Here's a shorter MWE for this. Weirdly, renaming
|
Here is a more explicit and readable MWE:
with this error:
|
This bug keeps hitting me, especially for long but simple expressions, where CAS would actually start to be useful. Is there some quick fix or workaround where we avoid using I would prefer a slower but working method. |
This is a Heisenbug, displaying Debug information changes the state of the system. The Line 102 in c3f54a6
But as soon as the parent term of the arguments is displayed the arguments get sorted permanently: This changes their order, while |
MWE (Julia Version 1.10.2, Symbolics v5.28.0, SymbolicUtils v1.5.1):
The error message:
For some reason all of the following run successfully. The only difference is replacing
y
withx
.The text was updated successfully, but these errors were encountered: