diff --git a/nipype/interfaces/afni/preprocess.py b/nipype/interfaces/afni/preprocess.py index a60a9f4617..d4836cbd0c 100644 --- a/nipype/interfaces/afni/preprocess.py +++ b/nipype/interfaces/afni/preprocess.py @@ -180,7 +180,7 @@ class AlignEpiAnatPy(AFNIPythonCommand): >>> al_ea.cmdline # doctest: +ELLIPSIS 'python2 ...align_epi_anat.py -anat structural.nii -epi_base 0 -epi_strip 3dAutomask -epi \ functional.nii -save_skullstrip -suffix _al -tshift off -volreg off' - >>> res = allineate.run() # doctest: +SKIP + >>> res = al_ea.run() # doctest: +SKIP See Also --------