Skip to content

Commit 4489fa6

Browse files
authored
Merge pull request #3629 from stebo85/patch-1
DOC/FIX: Fix wrong name, should be al_ea
2 parents 42302ed + 1ab6bae commit 4489fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nipype/interfaces/afni/preprocess.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class AlignEpiAnatPy(AFNIPythonCommand):
180180
>>> al_ea.cmdline # doctest: +ELLIPSIS
181181
'python2 ...align_epi_anat.py -anat structural.nii -epi_base 0 -epi_strip 3dAutomask -epi \
182182
functional.nii -save_skullstrip -suffix _al -tshift off -volreg off'
183-
>>> res = allineate.run() # doctest: +SKIP
183+
>>> res = al_ea.run() # doctest: +SKIP
184184
185185
See Also
186186
--------

0 commit comments

Comments
 (0)