Skip to content

Commit b89ca83

Browse files
authored
ENH: Remove infant recon all age cap (#154)
1 parent 11a77d6 commit b89ca83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabies/interfaces/freesurfer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class InfantReconAllInputSpec(CommandLineInputSpec):
3333
)
3434
age = traits.Range(
3535
low=0,
36-
high=24,
3736
argstr="--age %d",
3837
desc="Subject age in months",
3938
)

0 commit comments

Comments
 (0)