-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Polyhedron function broken with floats in sage-6.3 (worked in sage-6.2) #17264
Comments
comment:1
Is this only true for floats, though? |
comment:2
Probably. The fix is to either allow |
comment:3
Still breaks in 7.6.beta6... |
comment:4
This should be looked at after #18220 gets merged. |
comment:5
In 7.6.rc0 it now gives:
and
The last one is caused by #18220. I guess that the first one should also return a Maybe even a pointer to say that it should be done in |
comment:6
The ticket #22605 aims to make the error messages for base ring more informative and suggested to redirect floats to the base ring |
comment:7
Fixed (or at least coherent) in 8.1.beta2
(see #22605) |
comment:8
Indeed, #22605 seems to deal with that issue properly. |
Changed keywords from none to days88 |
comment:9
Needs Author and Reviewer. |
Reviewer: Vincent Delecroix, Jean-Philippe Labbé |
comment:10
Nothing was written so we won't put authors... |
If you try to make the convex hull of a set of points given by float coordinates using
Polyhedron
, this worked fine in Sage-6.2, but is broken in Sage-6.3.I noticed when making this interact:
https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2014-10-30-105145-convex-hull-interact.sagews
This is also still broken in sage-6.4.rc0:
Component: geometry
Keywords: days88
Reviewer: Vincent Delecroix, Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/17264
The text was updated successfully, but these errors were encountered: