Skip to content

Commit 3f7d159

Browse files
committed
Merge branch 'fix/mrtrix3-tckgen-option' of https://github.com/jguillon/nipype into fix/mrtrix3-tckgen-option
2 parents d149f9c + ba53634 commit 3f7d159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/mrtrix3/tracking.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ class TractographyInputSpec(MRTrix3BaseInputSpec):
7676
'is 90deg x stepsize / voxelsize)'))
7777
n_tracks = traits.Int(
7878
argstr='-number %d',
79-
max_ver=0.4,
79+
max_ver='0.4',
8080
desc=('set the desired number of tracks. The program will continue'
8181
' to generate tracks until this number of tracks have been '
8282
'selected and written to the output file'))
8383
select = traits.Int(
8484
argstr='-select %d',
85-
min_ver=3,
85+
min_ver='3',
8686
desc=('set the desired number of tracks. The program will continue'
8787
' to generate tracks until this number of tracks have been '
8888
'selected and written to the output file'))

0 commit comments

Comments
 (0)