Skip to content

Commit d79f2cc

Browse files
committed
FIX: force_TR is float not int
1 parent dde61d3 commit d79f2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
5757
'* If the auto-catenation feature isn\'t used, then this option '
5858
'has no effect, no how, no way.',
5959
argstr='-noblock')
60-
force_TR = traits.Int(
60+
force_TR = traits.Float(
6161
desc='use this value instead of the TR in the \'input\' '
6262
'dataset. (It\'s better to fix the input using Refit.)',
6363
argstr='-force_TR %d')

0 commit comments

Comments
 (0)