Skip to content

Commit

Permalink
Address @effigies' review.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 5, 2023
1 parent 50be1a4 commit 0114009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nipype/interfaces/ants/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ class ApplyTransformsInputSpec(ANTSCommandInputSpec):
traits.Tuple(
traits.Float(), traits.Float() # Gaussian/MultiLabel (sigma, alpha)
),
traits.Tuple(traits.Str()), # GenericLabel
)
transforms = InputMultiObject(
traits.Either(File(exists=True), "identity"),
Expand Down

0 comments on commit 0114009

Please sign in to comment.