Skip to content

Commit 7379b58

Browse files
committed
FIX: Specify MNIInfant Reference
1 parent a231841 commit 7379b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def init_spaces(checkpoint=True):
726726
from .utils.misc import cohort_by_months
727727

728728
cohort = cohort_by_months("MNIInfant", workflow.age_months)
729-
spaces.add(Reference, {"cohort": cohort})
729+
spaces.add(Reference("MNIInfant", {"cohort": cohort}))
730730

731731
# Ensure user-defined spatial references for outputs are correctly parsed.
732732
# Certain options require normalization to a space not explicitly defined by users.

0 commit comments

Comments
 (0)