This commit is contained in:
Artix
2025-03-04 12:12:06 +02:00
parent 08f8ca60a8
commit 859ef325eb
16 changed files with 93 additions and 93 deletions

View File

@@ -976,7 +976,7 @@ class NonCopperClear(AppTool, Gerber):
if len(total_geo) in [0, 1]:
msg = ('[ERROR_NOTCL] %s' % _("Too few polygons in the Gerber object to determine distances."))
return msg, np.Inf
return msg, np.inf
min_dict = {}
idx = 1
for geo in total_geo: