Skip to content

Commit 190c7c3

Browse files
committed
add compression jobs back in
1 parent 5231e1d commit 190c7c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ibllib/pipes/local_server.py

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

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

2221

2322
def _get_pipeline_class(session_path, one):
@@ -148,7 +147,7 @@ def task_queue(mode='all', lab=None, one=None):
148147
if one is None:
149148
one = ONE(cache_rest=None)
150149
if lab is None:
151-
_logger.warning("Trying to infer lab from globus installation")
150+
_logger.info("Trying to infer lab from globus installation")
152151
lab = _get_lab(one)
153152
if lab is None:
154153
_logger.error("No lab provided or found")

0 commit comments

Comments
 (0)