Skip to content

Commit 12e6988

Browse files
DylanDylan
authored andcommitted
[FIX] Volreg doctest allow unicode
1 parent 1dd9e7e commit 12e6988

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
@@ -2629,7 +2629,7 @@ class Volreg(AFNICommand):
26292629
>>> volreg.inputs.out_file = 'rm.epi.volreg.r1'
26302630
>>> volreg.inputs.oned_file = 'dfile.r1.1D'
26312631
>>> volreg.inputs.oned_matrix_save = 'mat.r1.tshift+orig.1D'
2632-
>>> volreg.cmdline
2632+
>>> volreg.cmdline # doctest: +ALLOW_UNICODE
26332633
'3dvolreg -cubic -1Dfile dfile.r1.1D -1Dmatrix_save mat.r1.tshift+orig.1D -prefix rm.epi.volreg.r1 -verbose -base functional.nii -zpad 1 -maxdisp1D functional_md.1D functional.nii'
26342634
>>> res = volreg.run() # doctest: +SKIP
26352635

0 commit comments

Comments
 (0)