@@ -8,25 +8,27 @@ def test_Tkregister2_inputs():
8
8
environ = dict (nohash = True ,
9
9
usedefault = True ,
10
10
),
11
- fsl = dict (argstr = '--fsl %s' ,
11
+ fsl_in_matrix = dict (argstr = '--fsl %s' ,
12
12
),
13
13
ignore_exception = dict (nohash = True ,
14
14
usedefault = True ,
15
15
),
16
- mov = dict (argstr = '--mov %s' ,
16
+ moving_image = dict (argstr = '--mov %s' ,
17
17
mandatory = True ,
18
18
),
19
19
noedit = dict (argstr = '--noedit' ,
20
+ usedefault = True ,
20
21
),
21
- out_reg_file = dict (argstr = '--reg %s' ,
22
+ reg_file = dict (argstr = '--reg %s' ,
22
23
mandatory = True ,
23
24
name_source = 'fsl' ,
24
25
name_template = '%s.dat' ,
25
26
),
26
27
subject_id = dict (argstr = '--s %s' ,
27
28
mandatory = True ,
28
29
),
29
- subjects_dir = dict (),
30
+ subjects_dir = dict (argstr = '--sd %s' ,
31
+ ),
30
32
terminal_output = dict (mandatory = True ,
31
33
nohash = True ,
32
34
),
@@ -38,7 +40,7 @@ def test_Tkregister2_inputs():
38
40
yield assert_equal , getattr (inputs .traits ()[key ], metakey ), value
39
41
40
42
def test_Tkregister2_outputs ():
41
- output_map = dict (out_reg_file = dict (),
43
+ output_map = dict (reg_file = dict (),
42
44
)
43
45
outputs = Tkregister2 .output_spec ()
44
46
0 commit comments