Skip to content

Commit f565044

Browse files
committed
Make PostDLC dependent on trials and video sync
1 parent 0915c4f commit f565044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibllib/pipes/ephys_preprocessing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,5 +1045,6 @@ def __init__(self, session_path=None, **kwargs):
10451045
tasks["EphysCellsQc"] = EphysCellsQc(self.session_path, parents=[tasks["SpikeSorting"]])
10461046
tasks["EphysDLC"] = EphysDLC(self.session_path, parents=[tasks["EphysVideoCompress"]])
10471047
# level 3
1048-
tasks["EphysPostDLC"] = EphysPostDLC(self.session_path, parents=[tasks["EphysDLC"]])
1048+
tasks["EphysPostDLC"] = EphysPostDLC(self.session_path, parents=[tasks["EphysDLC"], tasks["EphysTrials"],
1049+
tasks["EphysVideoSyncQc"]])
10491050
self.tasks = tasks

0 commit comments

Comments
 (0)