-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Use parent
function, not method, to convert SR to RBF or CBF
#33157
Labels
Milestone
Comments
Branch: u/mmezzarobba/33157-SRtoCBF |
Commit: |
New commits:
|
comment:2
lgtm, thanks! |
Reviewer: Dima Pasechnik |
comment:3
Thank you. |
This comment has been minimized.
This comment has been minimized.
parent
function, not method, to convert SR to RBF or CBF
This comment has been minimized.
This comment has been minimized.
comment:6
Setting milestone to 9.6 now that 9.5 is out. |
Changed branch from u/mmezzarobba/33157-SRtoCBF to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
parent(a)
rather thana.parent()
to accommodate floats, ints, etc.
This fixes yet another issue with conversions
from symbolic expression to balls,
reported by Markus Wageringel at #32871.
In Sage 9.5.beta7:
With the fix in this ticket:
CC: @slel
Component: symbolics
Author: Marc Mezzarobba
Branch/Commit:
a995d14
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/33157
The text was updated successfully, but these errors were encountered: