Skip to content

Commit 1b49a52

Browse files
committed
Add yass test
1 parent a7bf4a3 commit 1b49a52

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)