Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 13, 2021
1 parent b407987 commit d25f7f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10331,9 +10331,6 @@ def affine_hull_projection(self, as_polyhedron=None, as_affine_map=False, orthog
# ``convert=True`` takes care of the case, where there might be no coercion (``AA`` and quadratic field).
if as_polyhedron:
result['polyhedron'] = self.linear_transformation(A, new_base_ring=A.base_ring()) - A*translate_vector
[A*vector(A.base_ring(), v)
for v in self.translation(-v0).vertices()],
base_ring=A.base_ring())
if as_affine_map:
result['affine_map'] = (L, - A*translate_vector)
if return_all_data:
Expand Down

0 comments on commit d25f7f3

Please sign in to comment.