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():
40
40
argstr = '-samples %d' ,
41
41
usedefault = True ,
42
42
),
43
- n_tracks = dict (argstr = '-number %d' , ),
43
+ n_tracks = dict (argstr = '-select %d' , ),
44
44
n_trials = dict (argstr = '-trials %d' , ),
45
45
noprecompt = dict (argstr = '-noprecomputed' , ),
46
46
nthreads = dict (
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class TractographyInputSpec(MRTrix3BaseInputSpec):
75
75
desc = ('set the maximum angle between successive steps (default '
76
76
'is 90deg x stepsize / voxelsize)' ))
77
77
n_tracks = traits .Int (
78
- argstr = '-number %d' ,
78
+ argstr = '-select %d' ,
79
79
desc = ('set the desired number of tracks. The program will continue'
80
80
' to generate tracks until this number of tracks have been '
81
81
'selected and written to the output file' ))
You can’t perform that action at this time.
0 commit comments