From 634bf611c9f268c6d5c6cc233b91ef06fc10ada0 Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 17 Feb 2026 01:49:24 +0000 Subject: [PATCH] fix: remove stale chord_tol_mm kwarg from main() --- tools/adaptive-isogrid/src/nx/extract_sandbox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/adaptive-isogrid/src/nx/extract_sandbox.py b/tools/adaptive-isogrid/src/nx/extract_sandbox.py index 5aa1f170..8b4e61ee 100644 --- a/tools/adaptive-isogrid/src/nx/extract_sandbox.py +++ b/tools/adaptive-isogrid/src/nx/extract_sandbox.py @@ -760,7 +760,6 @@ def main(): body=body, sandbox_id=sandbox_id, lister=lister, - chord_tol_mm=1.0, ) out_path = os.path.join(output_dir, f"geometry_{sandbox_id}.json")