Skip to content

Commit 1f341bd

Browse files
committed
fix: composemultitransform doctest
1 parent c1900d9 commit 1f341bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class ComposeMultiTransform(ANTSCommand):
360360
>>> compose_transform.inputs.dimension = 3
361361
>>> compose_transform.inputs.transforms = ['struct_to_template.mat', 'func_to_struct.mat']
362362
>>> compose_transform.cmdline
363-
'ComposeMultiTransform 3 struct_to_template_composed struct_to_template.mat func_to_struct.mat'
363+
'ComposeMultiTransform 3 struct_to_template_composed.mat struct_to_template.mat func_to_struct.mat'
364364
365365
"""
366366
_cmd = 'ComposeMultiTransform'

0 commit comments

Comments
 (0)