Skip to content

Commit 5cd113d

Browse files
committed
fix doctest
1 parent dc1284f commit 5cd113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class ApplyTransforms(ANTSCommand):
277277
>>> at.inputs.transforms = 'identity'
278278
>>> at.cmdline # doctest: +ALLOW_UNICODE
279279
'antsApplyTransforms --default-value 0 --input moving1.nii \
280-
--interpolation Linear --output moving_trans.nii \
280+
--interpolation Linear --output moving1_trans.nii \
281281
--reference-image fixed1.nii -t identity'
282282
283283
>>> at = ApplyTransforms()

0 commit comments

Comments
 (0)