Fix to build and run on Artix (https://aur.archlinux.org/packages/flatcam-qt6).
This commit is contained in:
@@ -1034,7 +1034,7 @@ def nearest_point(origin, points_list):
|
||||
:return: Nearest Point
|
||||
:rtype: Point
|
||||
"""
|
||||
old_dist = np.Inf
|
||||
old_dist = np.inf
|
||||
nearest_pt = None
|
||||
|
||||
for pt in points_list:
|
||||
|
||||
Reference in New Issue
Block a user