1
Fork 0

feat(obs_processor): rewrote split method, todo: testing + code cleanup

This commit is contained in:
Robin Meersman 2026-05-08 23:46:45 +02:00
parent 07ee32fd3b
commit 34f0b1b80e
10 changed files with 87 additions and 34 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.INFO)
logger.set_level(logging.DEBUG)
logger.info(f"Hydra-initialized run: {run_name}")
logger.info(f"Output directory: {run_dir}")