Skip to content

Commit

Permalink
fix sort enclosure bug (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan authored Jul 12, 2024
1 parent a23c96c commit faab941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/geouned/GEOUNED/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ def _get_geometry_bounding_box(self, padding: float = 10.0):
"""
# set up Universe
meta_list = self.meta_list
if self.enclosure_list:
meta_list += self.enclosure_list

Box = meta_list[0].BoundBox
xmin = Box.XMin
Expand Down

0 comments on commit faab941

Please # to comment.