We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a231841 commit 7379b58Copy full SHA for 7379b58
nibabies/config.py
@@ -726,7 +726,7 @@ def init_spaces(checkpoint=True):
726
from .utils.misc import cohort_by_months
727
728
cohort = cohort_by_months("MNIInfant", workflow.age_months)
729
- spaces.add(Reference, {"cohort": cohort})
+ spaces.add(Reference("MNIInfant", {"cohort": cohort}))
730
731
# Ensure user-defined spatial references for outputs are correctly parsed.
732
# Certain options require normalization to a space not explicitly defined by users.
0 commit comments