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 cd6b07a commit 9448aedCopy full SHA for 9448aed
nipype/interfaces/afni/tests/test_auto_TShift.py
@@ -30,7 +30,14 @@ def test_TShift_inputs():
30
outputtype=dict(),
31
rlt=dict(argstr='-rlt', ),
32
rltplus=dict(argstr='-rlt+', ),
33
- tpattern=dict(argstr='-tpattern %s', ),
+ slice_timing=dict(
34
+ argstr='-tpattern @%s',
35
+ xor=['tpattern'],
36
+ ),
37
+ tpattern=dict(
38
+ argstr='-tpattern %s',
39
+ xor=['slice_timing'],
40
41
tr=dict(argstr='-TR %s', ),
42
tslice=dict(
43
argstr='-slice %s',
0 commit comments