Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a49f154

Browse filesBrowse files
authored
Update nipype/interfaces/mrtrix3/utils.py
1 parent 45618bc commit a49f154
Copy full SHA for a49f154

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎nipype/interfaces/mrtrix3/utils.py

Copy file name to clipboardExpand all lines: nipype/interfaces/mrtrix3/utils.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TckSift2(CommandLine):
4040
>>> tcksift2.inputs.in_file = 'streamlines.tck'
4141
>>> tcksift2.inputs.in_fod = 'fod.mif'
4242
>>> tcksift2.inputs.out_weights = 'streamlines_weights.txt'
43-
>>> tcksift2.cmdline # doctest: +ELLIPSIS
43+
>>> tcksift2.cmdline
4444
'tcksift2 streamlines.tck fod.mif streamlines_weights.txt'
4545
>>> tcksift2.run() # doctest: +SKIP
4646
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.