Skip to content

Commit 28a680d

Browse files
committed
TEST: make specs
1 parent 3a1e457 commit 28a680d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

nipype/interfaces/afni/tests/test_auto_TShift.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,18 @@ def test_TShift_inputs():
3535
outputtype=dict(),
3636
rlt=dict(argstr='-rlt', ),
3737
rltplus=dict(argstr='-rlt+', ),
38+
slice_timing=dict(
39+
argstr='-tpattern @%s',
40+
xor=['tpattern'],
41+
),
3842
terminal_output=dict(
3943
deprecated='1.0.0',
4044
nohash=True,
4145
),
42-
tpattern=dict(argstr='-tpattern %s', ),
46+
tpattern=dict(
47+
argstr='-tpattern %s',
48+
xor=['slice_timing'],
49+
),
4350
tr=dict(argstr='-TR %s', ),
4451
tslice=dict(
4552
argstr='-slice %s',

0 commit comments

Comments
 (0)