File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
element_array_ephys/readers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ def _update_module_status(self, updated_module_status={}):
310310 modules_status = json .load (f )
311311 modules_status = {** modules_status , ** updated_module_status }
312312 else :
313- # handle cases where hash is changed(different paramset) and trying to rerun same key
313+ # handle cases where hash is changed(different paramset) and trying to rerun processing
314314 # delete all files in kilosort output folder, all will be regenerated when kilosort is rerun
315315 # recreate /json_configs directory after all kilosort output files are deleted
316316 shutil .rmtree (self ._ks_output_dir )
@@ -608,7 +608,7 @@ def _update_module_status(self, updated_module_status={}):
608608 modules_status = json .load (f )
609609 modules_status = {** modules_status , ** updated_module_status }
610610 else :
611- # handle cases where hash is changed(different paramset) and trying to rerun same key
611+ # handle cases where hash is changed(different paramset) and trying to rerun processing
612612 # delete all files in kilosort output folder, all will be regenerated when kilosort is rerun
613613 # recreate /json_configs directory after all kilosort output files are deleted
614614 shutil .rmtree (self ._ks_output_dir )
You can’t perform that action at this time.
0 commit comments