Skip to content

Commit 61a0b3c

Browse files
committed
FIX: Typo when ignoring entities
1 parent 4875252 commit 61a0b3c

File tree

1 file changed

+2
-2
lines changed
  • nibabies/workflows/anatomical

1 file changed

+2
-2
lines changed

nibabies/workflows/anatomical/fit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def init_infant_anat_fit_wf(
748748
to='T2w',
749749
mode='image',
750750
suffix='xfm',
751-
dismiss_entites=('desc', 'echo'),
751+
dismiss_entities=('desc', 'echo'),
752752
**{'from': 'T1w'},
753753
),
754754
name='ds_t1w2t2w_xfm',
@@ -761,7 +761,7 @@ def init_infant_anat_fit_wf(
761761
to='T1w',
762762
mode='image',
763763
suffix='xfm',
764-
dismiss_entites=('desc', 'echo'),
764+
dismiss_entities=('desc', 'echo'),
765765
**{'from': 'T2w'},
766766
),
767767
name='ds_t2w2t1w_xfm',

0 commit comments

Comments
 (0)