Skip to content

Commit fd8cc40

Browse files
tcloseeffigies
andauthored
Update nipype/interfaces/mrtrix3/utils.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent c5d7ffe commit fd8cc40

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
@@ -812,7 +812,7 @@ class SHConv(CommandLine):
812812
>>> sh.inputs.in_file = 'csd.mif'
813813
>>> sh.inputs.response = 'response.txt'
814814
>>> sh.cmdline
815-
'shconv csd.mif response.txt sh.mif'
815+
'shconv csd.mif response.txt csd_shconv.mif'
816816
>>> sh.run() # doctest: +SKIP
817817
"""
818818

0 commit comments

Comments
 (0)