Skip to content

Commit cd4bbc6

Browse files
committed
fixed up doctest failure
1 parent ab96460 commit cd4bbc6

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
@@ -814,7 +814,7 @@ class SHConv(CommandLine):
814814
>>> sh.inputs.in_file = 'csd.mif'
815815
>>> sh.inputs.response = 'response.txt'
816816
>>> sh.cmdline
817-
'shconv odf.mif response.txt sh.mif'
817+
'shconv csd.mif response.txt sh.mif'
818818
>>> sh.run() # doctest: +SKIP
819819
"""
820820

0 commit comments

Comments
 (0)