Skip to content

Commit eb951e0

Browse files
committed
Add cluster_neighbors to PARAMETERS_NOT_AFFECTING_RESULTS
1 parent 8caa69f commit eb951e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/test_kilosort4_ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
if parse(kilosort.__version__) >= parse("4.0.33"):
112112
PARAMS_TO_TEST_DICT.update({"cluster_neighbors": 11})
113-
PARAMETERS_NOT_AFFECTING_RESULTS.append("position_limit")
113+
PARAMETERS_NOT_AFFECTING_RESULTS.append("cluster_neighbors")
114114

115115

116116
PARAMS_TO_TEST = list(PARAMS_TO_TEST_DICT.keys())

0 commit comments

Comments
 (0)