-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
conversions of constant polynomials #10147
Comments
comment:6
No longer crashes; the errors in the cases that are not implemented make sense; I doubt this is worth adding tests. |
comment:7
In sage-9.3.beta7 the example fails because of
which is worth fixing. |
comment:8
As a matter of comparison, it works in QQ
This is because the conversion works
This is explained by the fact that the conversion method
It is worth adding the corresponding conversion methods for floating point numbers
|
Author: Vincent Delecroix |
Branch: u/vdelecroix/10147 |
Commit: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:13
Patchbot shows doctest errors |
comment:14
Replying to @mkoeppe:
which one? |
comment:16
thx |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe |
comment:19
LGTM |
Changed branch from u/vdelecroix/10147 to |
Many conversions of constant polynomials fail
As a consequence, some root computations are not available
(this used to crash on older version of SageMath, see below).
Original report on previous version of sage
p.roots(ring=CC)
wherep
is an elementQQ['y']['x']
whose coefficient do not depend ony
leads to several different errors depending on the value of p. I guess there are in fact several distinct issues. The final crash might be related to #9826.CC: @jasongrout
Component: algebra
Author: Vincent Delecroix
Branch/Commit:
6822948
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/10147
The text was updated successfully, but these errors were encountered: