We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7ffe commit fd8cc40Copy full SHA for fd8cc40
nipype/interfaces/mrtrix3/utils.py
@@ -812,7 +812,7 @@ class SHConv(CommandLine):
812
>>> sh.inputs.in_file = 'csd.mif'
813
>>> sh.inputs.response = 'response.txt'
814
>>> sh.cmdline
815
- 'shconv csd.mif response.txt sh.mif'
+ 'shconv csd.mif response.txt csd_shconv.mif'
816
>>> sh.run() # doctest: +SKIP
817
"""
818
0 commit comments