Loading tests/test_experiments.py +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ def setup_input_files_for_config(config, category=1): # create background noise files with white noise if "background_noise" in config.preprocessing_2: noise = random((48000 * 30, 2)) - 0.5 noise = random((48000 * 30, num_channels)) - 0.5 noise *= 2**15 - 1 bg_noise_path = Path( config.preprocessing_2["background_noise"]["background_noise_path"] Loading Loading
tests/test_experiments.py +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ def setup_input_files_for_config(config, category=1): # create background noise files with white noise if "background_noise" in config.preprocessing_2: noise = random((48000 * 30, 2)) - 0.5 noise = random((48000 * 30, num_channels)) - 0.5 noise *= 2**15 - 1 bg_noise_path = Path( config.preprocessing_2["background_noise"]["background_noise_path"] Loading