Loading ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py +2 −6 Original line number Diff line number Diff line Loading @@ -147,9 +147,7 @@ def load_ir( ) ).is_file(): dataset_suffix = "SBA3" warnings.warn( "No SBA1 dataset found -> use truncated SBA3 dataset" ) warnings.warn("No SBA1 dataset found -> use truncated SBA3 dataset") elif in_fmt.endswith("2"): dataset_suffix = "SBA2" # Use truncated SBA3 dataset if no SBA1 or 2 dataset exists Loading @@ -159,9 +157,7 @@ def load_ir( ) ).is_file(): dataset_suffix = "SBA3" warnings.warn( "No SBA2 dataset found -> use truncated SBA3 dataset" ) warnings.warn("No SBA2 dataset found -> use truncated SBA3 dataset") else: dataset_suffix = "SBA3" Loading ivas_processing_scripts/processing/processing.py +1 −3 Original line number Diff line number Diff line Loading @@ -137,9 +137,7 @@ def concat_teardown(cfg: TestConfig, logger: logging.Logger): output_format = cfg.postprocessing["fmt"] if num_splits <= 1: logger.info( "No splitting of output file necessary since only one signal used." ) logger.info("No splitting of output file necessary since only one signal used.") else: logger.info(f"Splitting output file in directory {cfg.output_path}") Loading tests/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -25,4 +25,3 @@ # submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in # accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and # the United Nations Convention on Contracts on the International Sales of Goods. Loading
ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py +2 −6 Original line number Diff line number Diff line Loading @@ -147,9 +147,7 @@ def load_ir( ) ).is_file(): dataset_suffix = "SBA3" warnings.warn( "No SBA1 dataset found -> use truncated SBA3 dataset" ) warnings.warn("No SBA1 dataset found -> use truncated SBA3 dataset") elif in_fmt.endswith("2"): dataset_suffix = "SBA2" # Use truncated SBA3 dataset if no SBA1 or 2 dataset exists Loading @@ -159,9 +157,7 @@ def load_ir( ) ).is_file(): dataset_suffix = "SBA3" warnings.warn( "No SBA2 dataset found -> use truncated SBA3 dataset" ) warnings.warn("No SBA2 dataset found -> use truncated SBA3 dataset") else: dataset_suffix = "SBA3" Loading
ivas_processing_scripts/processing/processing.py +1 −3 Original line number Diff line number Diff line Loading @@ -137,9 +137,7 @@ def concat_teardown(cfg: TestConfig, logger: logging.Logger): output_format = cfg.postprocessing["fmt"] if num_splits <= 1: logger.info( "No splitting of output file necessary since only one signal used." ) logger.info("No splitting of output file necessary since only one signal used.") else: logger.info(f"Splitting output file in directory {cfg.output_path}") Loading
tests/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -25,4 +25,3 @@ # submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in # accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and # the United Nations Convention on Contracts on the International Sales of Goods.