Skip to content

Commit 9baf189

Browse files
committed
restore entrypoint
1 parent 7062d7b commit 9baf189

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,7 @@ def process_files_batch(
351351

352352

353353
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-
)
354+
file = Path(sys.argv[1]).resolve()
358355
input_file = load_ui_json_as_dict(file)
359356
PlateMatchDriver.start_dask_run(
360357
file,

0 commit comments

Comments
 (0)