Skip to content

Commit 872b879

Browse files
committed
fix ci
1 parent cc0560c commit 872b879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/ephys_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _run_pykilosort(self, ap_file):
140140
self.version = self._fetch_pykilosort_version(self.PYKILOSORT_REPO)
141141
label = ap_file.parts[-2] # this is usually the probe name
142142
sorter_dir = self.session_path.joinpath("spike_sorters", self.SPIKE_SORTER_NAME, label)
143-
FORCE_RERUN = True
143+
FORCE_RERUN = False
144144
if not FORCE_RERUN:
145145
if ap_file.parent.joinpath(f"spike_sorting_{self.SPIKE_SORTER_NAME}.log").exists():
146146
_logger.info(f"Already ran: spike_sorting_{self.SPIKE_SORTER_NAME}.log"

0 commit comments

Comments
 (0)