Skip to content

Commit a3095c0

Browse files
committed
Use tdc2 instead of tdc for testing
1 parent 27931b5 commit a3095c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/sorters/tests/test_runsorter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_run_sorter_local(generate_recording, create_cache_folder):
3232
sorter_params = {"detect_threshold": 4.9}
3333

3434
sorting = run_sorter(
35-
"tridesclous",
35+
"tridesclous2",
3636
recording,
3737
output_folder=cache_folder / "sorting_tdc_local",
3838
remove_existing_folder=True,

0 commit comments

Comments
 (0)