-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
MaximaElements should not coerce into SR. #3970
Comments
comment:1
After:
|
This comment has been minimized.
This comment has been minimized.
comment:2
Patch added which fixes the issue. This depends on #132. |
comment:3
This patch actually breaks everything in calculus.py. I must have ran the tests without having it actually applied. |
comment:4
What is the status of this now? Apparently it still is a problem in 4.0:
|
Author: Mike Hansen |
comment:6
I get an error with sage -t -long sage/symbolic/ring.pyx. I am not sure that I understand the patch as it seems to apply for both maxima and pari. Is this by intention?
if I put back the Pari stuff:
Then everything works. Cheers, |
comment:7
Attachment: trac_3970.patch.gz I forgot to remove the pari doctest. It should also be removed since these parents should not have coercions going in both directions. This is taken care of in the new patch. |
comment:8
In that case, everything looks good. A quick retest also passes. ~ Adam |
Reviewer: Adam Webb |
Merged: sage-4.2.alpha0 |
Component: calculus
Author: Mike Hansen
Reviewer: Adam Webb
Merged: sage-4.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/3970
The text was updated successfully, but these errors were encountered: