Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed minz from sys.float_info
  • Loading branch information
sugam45 committed Mar 17, 2020
1 parent 78459d9 commit c28331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointpats/centrography.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
not_clockwise = lambda x: not is_clockwise(x)

MAXD = sys.float_info.max
MIND = sys.float_info.minz
MIND = sys.float_info.min

def minimum_area_rectangle(points):
"""
Expand Down

0 comments on commit c28331d

Please sign in to comment.