-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
polytopes.snub_cube should allow exact coordinates #26340
Comments
Changed keywords from none to snub_cube, polytopes |
Commit: |
Branch: public/26340 |
New commits:
|
Author: Laith Rastanawi |
Reviewer: vincent Delecroix |
comment:4
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Fails its testsuite on Python 2. |
comment:9
(On branch |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from vincent Delecroix to Vincent Delecroix |
Changed author from Laith Rastanawi to Laith Rastanawi, Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
comment:13
Considering how long it takes to construct the polytope with |
comment:14
Replying to @tscrim:
The Once it is possible, I suggest to specify the backend |
comment:15
Replying to @jplab:
I agree with this overall, but I would say you should have all 3 tests ( Once #25097, you could have |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:17
I agree with Travis and have changed it back to default Replying to @tscrim:
Yes, on #25097 we already have all 3 tests. |
Changed reviewer from Vincent Delecroix to Vincent Delecroix, Jean-Philippe Labbé, Travis Scrimshaw |
This comment has been minimized.
This comment has been minimized.
comment:18
Apart from the annoying convention in line - - ``exact`` - (boolean, default ``False``) if ``True`` use exact
+ - ``exact`` -- (boolean, default ``False``) if ``True`` use exact it looks good to go to me. If you fix this, you can set it to positive review on my behalf. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from public/26340 to |
polytopes.snub_cube
should allow to have vertices with exact coordinates.In preparation for #25097, the method has the new optional parameters
verbose
,base_ring
, andexact
.CC: @nvcleemp @jplab @LaisRast
Component: geometry
Keywords: snub_cube, polytopes
Author: Laith Rastanawi, Matthias Koeppe
Branch/Commit:
13d8c44
Reviewer: Vincent Delecroix, Jean-Philippe Labbé, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/26340
The text was updated successfully, but these errors were encountered: