File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
nipype/interfaces/fsl/tests Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_AvScale_inputs ():
7
- input_map = dict (args = dict (argstr = '%s' ,
7
+ input_map = dict (all_param = dict (argstr = '--allparams' ,
8
+ ),
9
+ args = dict (argstr = '%s' ,
8
10
),
9
11
environ = dict (nohash = True ,
10
12
usedefault = True ,
@@ -13,9 +15,12 @@ def test_AvScale_inputs():
13
15
usedefault = True ,
14
16
),
15
17
mat_file = dict (argstr = '%s' ,
16
- position = 0 ,
18
+ position = - 2 ,
17
19
),
18
20
output_type = dict (),
21
+ ref_file = dict (argstr = '%s' ,
22
+ position = - 1 ,
23
+ ),
19
24
terminal_output = dict (nohash = True ,
20
25
),
21
26
)
@@ -32,9 +37,11 @@ def test_AvScale_outputs():
32
37
determinant = dict (),
33
38
forward_half_transform = dict (),
34
39
left_right_orientation_preserved = dict (),
40
+ rot_angles = dict (),
35
41
rotation_translation_matrix = dict (),
36
42
scales = dict (),
37
43
skews = dict (),
44
+ translations = dict (),
38
45
)
39
46
outputs = AvScale .output_spec ()
40
47
You can’t perform that action at this time.
0 commit comments