Skip to content

Commit d3a7526

Browse files
committed
Fix doctest
1 parent fd1037e commit d3a7526

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
@@ -2562,7 +2562,7 @@ class TProject(AFNICommand):
25622562
>>> tproject.inputs.automask = True
25632563
>>> tproject.inputs.out_file = 'projected.nii.gz'
25642564
>>> tproject.cmdline
2565-
'3dTproject functional.nii -automask -bandpass 0.006670 99999.000000 -polort 3 -prefix projected.nii.gz'
2565+
'3dTproject -input functional.nii -automask -bandpass 0.006670 99999.000000 -polort 3 -prefix projected.nii.gz'
25662566
>>> res = tproject.run() # doctest: +SKIP
25672567
25682568
"""

0 commit comments

Comments
 (0)