File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/interfaces/mrtrix3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def test_Tractography_inputs():
4040 argstr = '-samples %d' ,
4141 usedefault = True ,
4242 ),
43- n_tracks = dict (argstr = '-number %d' , ),
43+ n_tracks = dict (argstr = '-select %d' , ),
4444 n_trials = dict (argstr = '-trials %d' , ),
4545 noprecompt = dict (argstr = '-noprecomputed' , ),
4646 nthreads = dict (
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class TractographyInputSpec(MRTrix3BaseInputSpec):
7575 desc = ('set the maximum angle between successive steps (default '
7676 'is 90deg x stepsize / voxelsize)' ))
7777 n_tracks = traits .Int (
78- argstr = '-number %d' ,
78+ argstr = '-select %d' ,
7979 desc = ('set the desired number of tracks. The program will continue'
8080 ' to generate tracks until this number of tracks have been '
8181 'selected and written to the output file' ))
You can’t perform that action at this time.
0 commit comments