-
-
Notifications
You must be signed in to change notification settings - Fork 512
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.affine_hull() raises AssertionError #24047
Comments
comment:2
we should not recompute anything! |
comment:4
|
Branch: u/moritz/24047 |
Commit: |
comment:7
You have some tab characters (should be 4 spaces) and your indentation level is wrong:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
uups, I used a different editor, which changed spaces by tabs.. |
Author: Moritz Firsching |
comment:12
Otherwise, it looks good to me and the bot is happy so I would put it as positive review once the small mistake above is corrected. Thanks for the quick fix! |
comment:14
thanks for the review, JP! |
comment:15
reviewer name, please |
Reviewer: Travis Scrimshaw, Jean-Philippe Labbé |
Changed branch from u/moritz/24047 to |
The method
affine_hull
ofPolyhedron
fails.This is because the order of the vertices of P is changed by the translation by zero vector.
CC: @mkoeppe @mo271 @videlec @jplab
Component: geometry
Author: Moritz Firsching
Branch/Commit:
70114be
Reviewer: Travis Scrimshaw, Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/24047
The text was updated successfully, but these errors were encountered: