We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca18a38 commit e5f36a8Copy full SHA for e5f36a8
nipype/interfaces/afni/tests/test_auto_Deconvolve.py
@@ -25,7 +25,8 @@ def test_Deconvolve_inputs():
25
environ=dict(nohash=True,
26
usedefault=True,
27
),
28
- force_TR=dict(argstr='-force_TR %d',
+ force_TR=dict(argstr='-force_TR %f',
29
+ position=0,
30
31
fout=dict(argstr='-fout',
32
@@ -47,7 +48,7 @@ def test_Deconvolve_inputs():
47
48
49
in_files=dict(argstr='-input %s',
50
copyfile=False,
- position=0,
51
+ position=1,
52
sep=' ',
53
54
input1D=dict(argstr='-input1D %s',
0 commit comments