This commit is contained in:
shahules786 2022-11-24 11:54:09 +05:30
parent 8b3bc67529
commit 612c022d24
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def test_fileprocessor_vctk():
assert len(matching_dict) == 2 assert len(matching_dict) == 2
@pytest.mark.parametrize("dataset_name", ["vctk", "dns-2020"]) @pytest.mark.parametrize("dataset_name", ["vctk", "MS-SNSD"])
def test_fileprocessor_names(dataset_name): def test_fileprocessor_names(dataset_name):
fp = Fileprocessor.from_name(dataset_name, "clean_dir", "noisy_dir") fp = Fileprocessor.from_name(dataset_name, "clean_dir", "noisy_dir")
assert hasattr(fp.matching_function, "__call__") assert hasattr(fp.matching_function, "__call__")