Skip to content

Commit

Permalink
Added documentation in Multiple_event_runManager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuon committed Sep 2, 2024
1 parent 2d3976f commit c906c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Multiple_event_runManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
jax.config.update("jax_enable_x64", True)

run_manager = MultipleEventPERunManager(
run_config_path="config",
run_config_path="config", # the configuration file is stored in the config folder
)

run_manager.run()

0 comments on commit c906c67

Please sign in to comment.