Skip to content

Commit e5f36a8

Browse files
committed
Update autotest deconvolve
1 parent ca18a38 commit e5f36a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipype/interfaces/afni/tests/test_auto_Deconvolve.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def test_Deconvolve_inputs():
2525
environ=dict(nohash=True,
2626
usedefault=True,
2727
),
28-
force_TR=dict(argstr='-force_TR %d',
28+
force_TR=dict(argstr='-force_TR %f',
29+
position=0,
2930
),
3031
fout=dict(argstr='-fout',
3132
),
@@ -47,7 +48,7 @@ def test_Deconvolve_inputs():
4748
),
4849
in_files=dict(argstr='-input %s',
4950
copyfile=False,
50-
position=0,
51+
position=1,
5152
sep=' ',
5253
),
5354
input1D=dict(argstr='-input1D %s',

0 commit comments

Comments
 (0)