We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7062d7b commit 9baf189Copy full SHA for 9baf189
1 file changed
simpeg_drivers/plate_simulation/match/driver.py
@@ -351,10 +351,7 @@ def process_files_batch(
351
352
353
if __name__ == "__main__":
354
- # file = Path(sys.argv[1]).resolve()
355
- file = Path(
356
- r"C:\Users\dominiquef\Documents\Workspace\Teck\RnD\plate_match_v2.ui.json"
357
- )
+ file = Path(sys.argv[1]).resolve()
358
input_file = load_ui_json_as_dict(file)
359
PlateMatchDriver.start_dask_run(
360
file,
0 commit comments