Skip to content

Commit 70428fe

Browse files
committed
updated doctest paths
1 parent 292bae4 commit 70428fe

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
@@ -45,7 +45,7 @@ class BlurToFWHM(AFNICommand):
4545
>>> blur.inputs.in_file = 'epi.nii'
4646
>>> blur.inputs.fwhm = 2.5
4747
>>> blur.cmdline #doctest: +ELLIPSIS
48-
'3dBlurToFWHM -FWHM 2.500000 -input .../nipype/nipype/testing/data/epi.nii -prefix epi_afni'
48+
'3dBlurToFWHM -FWHM 2.500000 -input epi.nii -prefix epi_afni'
4949
5050
"""
5151

0 commit comments

Comments
 (0)