Skip to content

Commit f20ec89

Browse files
committed
Add max_peels to PARAMETERS_NOT_AFFECTING_RESULTS
1 parent de52674 commit f20ec89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/test_kilosort4_ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
PARAMS_TO_TEST_DICT.update(
107107
{"max_peels": 200},
108108
)
109+
# max_peels is not affecting the results in this short dataset
110+
PARAMETERS_NOT_AFFECTING_RESULTS.append("max_peels")
109111

110112

111113
PARAMS_TO_TEST = list(PARAMS_TO_TEST_DICT.keys())

0 commit comments

Comments
 (0)