We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45618bc commit a49f154Copy full SHA for a49f154
nipype/interfaces/mrtrix3/utils.py
@@ -40,7 +40,7 @@ class TckSift2(CommandLine):
40
>>> tcksift2.inputs.in_file = 'streamlines.tck'
41
>>> tcksift2.inputs.in_fod = 'fod.mif'
42
>>> tcksift2.inputs.out_weights = 'streamlines_weights.txt'
43
- >>> tcksift2.cmdline # doctest: +ELLIPSIS
+ >>> tcksift2.cmdline
44
'tcksift2 streamlines.tck fod.mif streamlines_weights.txt'
45
>>> tcksift2.run() # doctest: +SKIP
46
"""
0 commit comments