1
Fork 0

feat(message passing): used config value for message passing repetitions

This commit is contained in:
Robin Meersman 2026-05-02 23:15:55 +02:00
parent 6114e36e27
commit 027b13b30f
4 changed files with 14 additions and 3 deletions

View file

@ -42,7 +42,7 @@ def main(dict_cfg: DictConfig):
base_dir=os.path.dirname(run_dir),
)
logger = get_logger()
logger.set_level(logging.DEBUG)
logger.set_level(logging.INFO)
logger.info(f"Hydra-initialized run: {run_name}")
logger.info(f"Output directory: {run_dir}")