Skip to content

Commit 76ccb77

Browse files
tcloseeffigies
andauthored
Update nipype/interfaces/mrtrix3/utils.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent fd8cc40 commit 76ccb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ class SH2Amp(CommandLine):
877877
>>> sh.inputs.in_file = 'sh.mif'
878878
>>> sh.inputs.directions = 'grads.txt'
879879
>>> sh.cmdline
880-
'sh2amp sh.mif grads.txt amp.mif'
880+
'sh2amp sh.mif grads.txt sh_amp.mif'
881881
>>> sh.run() # doctest: +SKIP
882882
"""
883883

0 commit comments

Comments
 (0)