-
-
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
intermediate complex expression in real functions make many plot functions fail #8450
Comments
comment:1
#5572 will help solve this. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:9
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9). |
Dependencies: #32234 |
Author: Michael Orlitzky |
Branch: u/mjo/ticket/8450 |
Commit: |
comment:11
This is an "easy fix" but causes a cascade of other issues because removing I'm still running a ptestlong on this, but everything under
|
comment:45
lgtm |
comment:46
Class - Evaluation never fails and always returns a ``float``:
+ Evaluation never fails and always returns a ``float``:: It might also be worth checking why all patchbots |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:48
Thanks, setting back to positive review as the last commit is trivial. I looked at the pyflakes failures, but the logs all say that everything is OK. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:50
Also deleted a |
comment:51
Setting milestone to 9.6 now that 9.5 is out. |
Changed branch from u/mjo/ticket/8450 to |
Changed commit from |
comment:53
Thanks for this fix, it will be very helpful! |
All of the following plots fail
with
The culprit is the call to
setup_for_eval_on_grid
(fromsage/plot/misc.py
) that tries to compile the symbolic expression withfast_float
. But since the expression involves an intermediate complex number the compilation fails. This can be tested with any of the twoThe function compilation succeeds if we ask for a complex function instead
See also this question on ask.sagemath.org.
CC: @orlitzky @egourgoulhon @JungMath
Component: graphics
Author: Michael Orlitzky
Branch:
6531609
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/8450
The text was updated successfully, but these errors were encountered: