Skip to content

Commit 9f8f126

Browse files
committed
Fixed a small bug in label2annot fill_thresh specs (should be %f instead of %.f)
1 parent 373bddd commit 9f8f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ class Label2VolInputSpec(FSTraitedSpec):
917917
desc='set R=I')
918918
invert_mtx = traits.Bool(argstr='--invertmtx',
919919
desc='Invert the registration matrix')
920-
fill_thresh = traits.Range(0., 1., argstr='--fillthresh %.f',
920+
fill_thresh = traits.Range(0., 1., argstr='--fillthresh %f',
921921
desc='thresh : between 0 and 1')
922922
label_voxel_volume = traits.Float(argstr='--labvoxvol %f',
923923
desc='volume of each label point (def 1mm3)')

0 commit comments

Comments
 (0)