Skip to content

Commit ae44b4a

Browse files
committed
Remove 'save_preprocessed' test.
1 parent ed9ef32 commit ae44b4a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/scripts/test_kilosort4_ci.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@
8585
("duplicate_spike_bins", 5),
8686
]
8787

88-
# Update PARAMS_TO_TEST with version-dependent kwargs
89-
if parse(version("kilosort")) >= parse("4.0.12"):
90-
pass # TODO: expose?
91-
# PARAMS_TO_TEST.extend(
92-
# [
93-
# ("save_preprocessed_copy", False),
94-
# ]
95-
# )
9688
if parse(version("kilosort")) >= parse("4.0.11"):
9789
PARAMS_TO_TEST.extend(
9890
[

0 commit comments

Comments
 (0)