Skip to content

Commit 0be4459

Browse files
effigiesjguillon
andauthored
Update nipype/interfaces/mrtrix3/tracking.py
Co-Authored-By: jguillon <jeremy.guillon@etu.upmc.fr>
1 parent c5d444e commit 0be4459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class TractographyInputSpec(MRTrix3BaseInputSpec):
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)