Skip to content

Commit

Permalink
Fix wrong name, should be al_ea
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Feb 11, 2024
1 parent 42302ed commit 1ab6bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/afni/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 1ab6bae

Please sign in to comment.