Skip to content

Commit 5231e1d

Browse files
committed
only run dlc and spikesorting as large tasks for now
1 parent 315d683 commit 5231e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibllib/pipes/local_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import ibllib.oneibl.registration as registration
1717

1818
_logger = logging.getLogger('ibllib')
19-
LARGE_TASKS = ['EphysVideoCompress', 'TrainingVideoCompress', 'SpikeSorting', 'EphysDLC'] # 'TrainingDLC',
19+
# LARGE_TASKS = ['EphysVideoCompress', 'TrainingVideoCompress', 'SpikeSorting', 'EphysDLC'] # 'TrainingDLC'
20+
LARGE_TASKS = ['SpikeSorting', 'EphysDLC']
2021

2122

2223
def _get_pipeline_class(session_path, one):

0 commit comments

Comments
 (0)