Skip to content

Commit

Permalink
remove restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Nov 21, 2024
1 parent 452073d commit f63f7ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions qsirecon/interfaces/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,7 @@ def _run_interface(self, runtime):


class _GetTemplateInputSpec(BaseInterfaceInputSpec):
template_name = traits.Enum(
"MNI152NLin2009cAsym",
"MNIInfant",
mandatory=True,
)
template_name = traits.Str(mandatory=True)


class _GetTemplateOutputSpec(BaseInterfaceInputSpec):
Expand Down

0 comments on commit f63f7ea

Please sign in to comment.