Skip to content

Commit f6afa29

Browse files
committed
fix-tests
1 parent a3095c0 commit f6afa29

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,6 @@ test = [
164164
# for sortingview backend
165165
"sortingview",
166166

167-
168-
## install tridesclous for testing ##
169-
"tridesclous>=1.6.8",
170-
171-
## sliding_nn
172-
"pymde",
173-
"torch",
174-
"pynndescent",
175-
176167
# curation
177168
"skops",
178169
"huggingface_hub",

src/spikeinterface/sorters/tests/test_runsorter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_run_sorter_local(generate_recording, create_cache_folder):
2929
recording = generate_recording
3030
cache_folder = create_cache_folder
3131

32-
sorter_params = {"detect_threshold": 4.9}
32+
sorter_params = {"detection": {"detect_threshold": 4.9}}
3333

3434
sorting = run_sorter(
3535
"tridesclous2",

0 commit comments

Comments
 (0)