Skip to content

Commit 9ec427c

Browse files
committed
update test
1 parent ed2b9d9 commit 9ec427c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nipype/interfaces/afni/tests/test_auto_Qwarp.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ def test_Qwarp_inputs():
88
),
99
Qonly=dict(argstr='-Qonly',
1010
),
11+
allineate=dict(argstr='-allineate',
12+
),
13+
allineate_opts=dict(argstr='-allineate_opts %s',
14+
xand=['allineate'],
15+
),
1116
allsave=dict(argstr='-allsave',
1217
xor=['nopadWARP', 'duplo', 'plusminus'],
1318
),

0 commit comments

Comments
 (0)