fix: remove stale chord_tol_mm kwarg from main()
This commit is contained in:
@@ -760,7 +760,6 @@ def main():
|
|||||||
body=body,
|
body=body,
|
||||||
sandbox_id=sandbox_id,
|
sandbox_id=sandbox_id,
|
||||||
lister=lister,
|
lister=lister,
|
||||||
chord_tol_mm=1.0,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
out_path = os.path.join(output_dir, f"geometry_{sandbox_id}.json")
|
out_path = os.path.join(output_dir, f"geometry_{sandbox_id}.json")
|
||||||
|
|||||||
Reference in New Issue
Block a user