Loading tests/test_experiments.py +6 −1 Original line number Diff line number Diff line Loading @@ -140,6 +140,11 @@ def test_generate_test_items(exp_name, lab_id): config.preprocessing_2["concatenation_order"] = sorted(input_filenames) config.to_file(cfg) # exception for this MASA experiment for which loudness does not converge if exp_name == "P800-9" and lab_id == "c": with pytest.raises(ValueError): generate_test(args) else: generate_test(args) if not all_lengths_equal(config): Loading Loading
tests/test_experiments.py +6 −1 Original line number Diff line number Diff line Loading @@ -140,6 +140,11 @@ def test_generate_test_items(exp_name, lab_id): config.preprocessing_2["concatenation_order"] = sorted(input_filenames) config.to_file(cfg) # exception for this MASA experiment for which loudness does not converge if exp_name == "P800-9" and lab_id == "c": with pytest.raises(ValueError): generate_test(args) else: generate_test(args) if not all_lengths_equal(config): Loading