Skip to content

Commit 02d83e3

Browse files
committed
update catMatvec autotests
1 parent 973f76e commit 02d83e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/afni/tests/test_auto_CatMatvec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ def test_CatMatvec_inputs():
2323
),
2424
matrix=dict(argstr='-MATRIX',
2525
descr="indicates that the resulting matrix willbe written to outfile in the 'MATRIX(...)' format (FORM 3).This feature could be used, with clever scripting, to inputa matrix directly on the command line to program 3dWarp.",
26-
xor=['oneline', 'fourXfour'],
26+
xor=['oneline', 'fourxfour'],
2727
),
2828
oneline=dict(argstr='-ONELINE',
2929
descr='indicates that the resulting matrixwill simply be written as 12 numbers on one line.',
30-
xor=['matrix', 'fourXfour'],
30+
xor=['matrix', 'fourxfour'],
3131
),
3232
out_file=dict(argstr=' > %s',
3333
descr='File to write concattenated matvecs to',

0 commit comments

Comments
 (0)