Skip to content

Commit

Permalink
remove double print for convex polytope
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and jameshawkes committed Nov 22, 2023
1 parent a14f976 commit 1b8facb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polytope/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def extents(self, axis):
def __str__(self):
return f"Polytope in {self.axes} with points {self.points}"

def __repr__(self):
return f"Polytope in {self.axes} with points {self.points}"

def axes(self):
return self._axes

Expand Down

0 comments on commit 1b8facb

Please sign in to comment.