File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 "duplicate_spike_ms" : 0.3 ,
8585}
8686
87- PARAMS_TO_TEST = list (PARAMS_TO_TEST_DICT .keys ())
88-
8987PARAMETERS_NOT_AFFECTING_RESULTS = [
9088 "artifact_threshold" ,
9189 "ccg_threshold" ,
9997# Add/Remove version specific parameters
10098if parse (kilosort .__version__ ) >= parse ("4.0.22" ):
10199 PARAMS_TO_TEST_DICT .update (
102- [
103- {"position_limit" : 50 },
104- ]
100+ {"position_limit" : 50 }
105101 )
106102 # Position limit only affects computing spike locations after sorting
107103 PARAMETERS_NOT_AFFECTING_RESULTS .append ("position_limit" )
108104
109105if parse (kilosort .__version__ ) >= parse ("4.0.24" ):
110106 PARAMS_TO_TEST_DICT .update (
111- [
112- {"max_peels" : 101 },
113- ]
107+ {"max_peels" : 101 },
114108 )
115109
116110
111+ PARAMS_TO_TEST = list (PARAMS_TO_TEST_DICT .keys ())
112+
113+
117114class TestKilosort4Long :
118115 # Fixtures ######
119116 @pytest .fixture (scope = "session" )
You can’t perform that action at this time.
0 commit comments