Skip to content

Commit

Permalink
Update nipype/interfaces/mrtrix3/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Oct 6, 2024
1 parent 45618bc commit a49f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TckSift2(CommandLine):
>>> tcksift2.inputs.in_file = 'streamlines.tck'
>>> tcksift2.inputs.in_fod = 'fod.mif'
>>> tcksift2.inputs.out_weights = 'streamlines_weights.txt'
>>> tcksift2.cmdline # doctest: +ELLIPSIS
>>> tcksift2.cmdline
'tcksift2 streamlines.tck fod.mif streamlines_weights.txt'
>>> tcksift2.run() # doctest: +SKIP
"""
Expand Down

0 comments on commit a49f154

Please sign in to comment.