Skip to content

Commit

Permalink
Merge pull request #3629 from stebo85/patch-1
Browse files Browse the repository at this point in the history
DOC/FIX: Fix wrong name, should be al_ea
  • Loading branch information
effigies authored Feb 26, 2024
2 parents 42302ed + 1ab6bae commit 4489fa6
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 4489fa6

Please sign in to comment.