Skip to content

Commit 0114009

Browse files
committed
Address @effigies' review.
1 parent 50be1a4 commit 0114009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/resampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ class ApplyTransformsInputSpec(ANTSCommandInputSpec):
358358
traits.Tuple(
359359
traits.Float(), traits.Float() # Gaussian/MultiLabel (sigma, alpha)
360360
),
361+
traits.Tuple(traits.Str()), # GenericLabel
361362
)
362363
transforms = InputMultiObject(
363364
traits.Either(File(exists=True), "identity"),

0 commit comments

Comments
 (0)