We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292bae4 commit 70428feCopy full SHA for 70428fe
nipype/interfaces/afni/preprocess.py
@@ -45,7 +45,7 @@ class BlurToFWHM(AFNICommand):
45
>>> blur.inputs.in_file = 'epi.nii'
46
>>> blur.inputs.fwhm = 2.5
47
>>> blur.cmdline #doctest: +ELLIPSIS
48
- '3dBlurToFWHM -FWHM 2.500000 -input .../nipype/nipype/testing/data/epi.nii -prefix epi_afni'
+ '3dBlurToFWHM -FWHM 2.500000 -input epi.nii -prefix epi_afni'
49
50
"""
51
0 commit comments