Skip to content

Commit 333ca2a

Browse files
authored
Merge pull request #46 from chyumin/yass-test
Add yass test
2 parents c0ffa2a + 1b49a52 commit 333ca2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_containers_gpu.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ def test_kilosort3(run_kwargs):
5252
print(sorting)
5353

5454

55+
def test_yass(run_kwargs):
56+
sorting = ss.run_yass(output_folder="yass", **run_kwargs)
57+
print(sorting)
58+
59+
5560
@pytest.mark.skip(reason="Need to check errors")
5661
def test_pykilosort(run_kwargs):
5762
sorting = ss.run_pykilosort(output_folder="pykilosort", **run_kwargs)

0 commit comments

Comments
 (0)