tests.recipes.icassp_2023.baseline package
tests.recipes.icassp_2023.baseline.test_enhance module
Tests for icassp_2023 cec2 enhance module.
-
tests.recipes.icassp_2023.baseline.test_enhance.hydra_cfg(tmp_path: Path)[source]
Fixture for hydra config.
-
tests.recipes.icassp_2023.baseline.test_enhance.not_tqdm(iterable)[source]
Replacement for tqdm that just passes back the iterable.
Useful for silencing tqdm in tests.
-
tests.recipes.icassp_2023.baseline.test_enhance.test_enhance(hydra_cfg: DictConfig) → None[source]
Test run_HL_processing function.
tests.recipes.icassp_2023.baseline.test_evaluate module
Tests for icassp_2023 cec2 evaluate module
-
tests.recipes.icassp_2023.baseline.test_evaluate.hydra_cfg(tmp_path: Path)[source]
Fixture for hydra config.
-
tests.recipes.icassp_2023.baseline.test_evaluate.not_tqdm(iterable)[source]
Replacement for tqdm that just passes back the iterable.
Useful for silencing tqdm in tests.
-
tests.recipes.icassp_2023.baseline.test_evaluate.test_evaluate(hydra_cfg: DictConfig)[source]
Test evaluate function.
tests.recipes.icassp_2023.baseline.test_report_score module
Tests for icassp_2023 cec2 report score module
-
tests.recipes.icassp_2023.baseline.test_report_score.hydra_cfg(tmp_path: Path)[source]
Fixture for hydra config.
-
tests.recipes.icassp_2023.baseline.test_report_score.test_report_score(hydra_cfg: DictConfig, capsys, test_data, expected_output)[source]
Test report_score function.