From 1ab6baedd14b3b7e451c155d4c8774192d3a710a Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Mon, 12 Feb 2024 09:50:55 +1000 Subject: [PATCH] Fix wrong name, should be al_ea --- nipype/interfaces/afni/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------