Loading ivas_processing_scripts/processing/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ class TestConfig: == cfg.input_path.resolve().absolute() ): raise ValueError( f"Background noise file has to be placed outside the input folder!" "Background noise file has to be placed outside the input folder!" ) for cond_name, cond_cfg in cfg.get("conditions_to_generate").items(): Loading Loading
ivas_processing_scripts/processing/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ class TestConfig: == cfg.input_path.resolve().absolute() ): raise ValueError( f"Background noise file has to be placed outside the input folder!" "Background noise file has to be placed outside the input folder!" ) for cond_name, cond_cfg in cfg.get("conditions_to_generate").items(): Loading