Skip to content

Commit 25e9b57

Browse files
committed
update autotest
1 parent 78c3568 commit 25e9b57

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

nipype/interfaces/afni/tests/test_auto_Allineate.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ def test_Allineate_inputs():
4646
),
4747
master=dict(argstr='-master %s',
4848
),
49+
maxrot=dict(argstr='-maxrot %f',
50+
),
51+
maxscl=dict(argstr='-maxscl %f',
52+
),
53+
maxshf=dict(argstr='-maxshf %f',
54+
),
55+
maxshr=dict(argstr='-maxshr %f',
56+
),
4957
newgrid=dict(argstr='-newgrid %f',
5058
),
5159
nmatch=dict(argstr='-nmatch %d',
@@ -88,7 +96,7 @@ def test_Allineate_inputs():
8896
),
8997
two_best=dict(argstr='-twobest %d',
9098
),
91-
two_blur=dict(argstr='-twoblur',
99+
two_blur=dict(argstr='-twoblur %f',
92100
),
93101
two_first=dict(argstr='-twofirst',
94102
),

0 commit comments

Comments
 (0)