Skip to content

Commit 1335bcc

Browse files
committed
chore: minor key_source fix
1 parent c14b827 commit 1335bcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aeon/dj_pipeline/tracking.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,9 @@ class Subject(dj.Part):
463463
"""
464464

465465
key_source = (
466-
SLEAPTracking & "experiment_name in ('social0.2-aeon3', 'social0.2-aeon4')"
466+
SLEAPTracking & "experiment_name in ('social0.2-aeon3', 'social0.2-aeon4', "
467+
"'social0.3-aeon3', 'social0.3-aeon4', "
468+
"'social0.4-aeon3', 'social0.4-aeon4')"
467469
)
468470

469471
def make(self, key):

0 commit comments

Comments
 (0)