Skip to content

Commit 04fc518

Browse files
committed
fix: doctest in GenWarpFields
1 parent 09c00b7 commit 04fc518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/ants/normalize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ class GenWarpFields(ANTSCommand):
298298
299299
>>> from nipype.interfaces.ants import GenWarpFields
300300
>>> warp = GenWarpFields()
301-
>>> warp.inputs.reference_image = 'template_6.nii'
301+
>>> warp.inputs.reference_image = 'Template_6.nii'
302302
>>> warp.inputs.input_image = 'structural.nii'
303303
>>> warp.inputs.max_iterations = [30,90,20]
304304
>>> warp.cmdline
305-
'antsIntroduction.sh -d 3 -i structural.nii -m 30x90x20 -o ants_ -r template_6.nii -t GR'
305+
'antsIntroduction.sh -d 3 -i structural.nii -m 30x90x20 -o ants_ -r Template_6.nii -t GR'
306306
307307
"""
308308

0 commit comments

Comments
 (0)