Skip to content

Commit 8a5a190

Browse files
committed
fixed doctest
1 parent cd8d504 commit 8a5a190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ class Volreg(AFNICommand):
609609
>>> volreg.inputs.zpad = 4
610610
>>> volreg.inputs.outputtype = "NIFTI"
611611
>>> volreg.cmdline #doctest: +ELLIPSIS
612-
'3dvolreg -Fourier -twopass -1Dfile functional.1D -prefix functional_volreg.nii -zpad 4 -maxdisp1D functional_md.1D functional.nii'
612+
'3dvolreg -Fourier -twopass -1Dfile functional.1D -1Dmatrix_save functional.aff12.1D -prefix functional_volreg.nii -zpad 4 -maxdisp1D functional_md.1D functional.nii'
613613
>>> res = volreg.run() # doctest: +SKIP
614614
615615
"""

0 commit comments

Comments
 (0)