diff --git a/example/Multiple_event_runManager.py b/example/Multiple_event_runManager.py index 860efb92..eb6d87ce 100644 --- a/example/Multiple_event_runManager.py +++ b/example/Multiple_event_runManager.py @@ -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()