You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nipype/interfaces/afni/tests/test_auto_CatMatvec.py
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ def test_CatMatvec_inputs():
12
12
),
13
13
fourxfour=dict(
14
14
argstr='-4x4',
15
-
descr=
16
-
'Output matrix in augmented form (last row is 0 0 0 1)This option does not work with -MATRIX or -ONELINE',
17
15
xor=['matrix', 'oneline'],
18
16
),
19
17
ignore_exception=dict(
@@ -23,14 +21,11 @@ def test_CatMatvec_inputs():
23
21
),
24
22
in_file=dict(
25
23
argstr='%s',
26
-
descr='list of tuples of mfiles and associated opkeys',
27
24
mandatory=True,
28
25
position=-2,
29
26
),
30
27
matrix=dict(
31
28
argstr='-MATRIX',
32
-
descr=
33
-
"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.",
34
29
xor=['oneline', 'fourxfour'],
35
30
),
36
31
num_threads=dict(
@@ -39,13 +34,10 @@ def test_CatMatvec_inputs():
39
34
),
40
35
oneline=dict(
41
36
argstr='-ONELINE',
42
-
descr=
43
-
'indicates that the resulting matrixwill simply be written as 12 numbers on one line.',
0 commit comments