File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_ComputeDVARS_inputs ():
7
- input_map = dict (ignore_exception = dict (nohash = True ,
7
+ input_map = dict (figdpi = dict (usedefault = True ,
8
+ ),
9
+ figformat = dict (usedefault = True ,
10
+ ),
11
+ figsize = dict (usedefault = True ,
12
+ ),
13
+ ignore_exception = dict (nohash = True ,
8
14
usedefault = True ,
9
15
),
10
16
in_file = dict (mandatory = True ,
@@ -15,10 +21,13 @@ def test_ComputeDVARS_inputs():
15
21
),
16
22
save_nstd = dict (usedefault = True ,
17
23
),
24
+ save_plot = dict (usedefault = True ,
25
+ ),
18
26
save_std = dict (usedefault = True ,
19
27
),
20
28
save_vxstd = dict (usedefault = True ,
21
29
),
30
+ series_tr = dict (),
22
31
)
23
32
inputs = ComputeDVARS .input_spec ()
24
33
@@ -28,7 +37,13 @@ def test_ComputeDVARS_inputs():
28
37
29
38
30
39
def test_ComputeDVARS_outputs ():
31
- output_map = dict (out_all = dict (),
40
+ output_map = dict (avg_nstd = dict (),
41
+ avg_std = dict (),
42
+ avg_vxstd = dict (),
43
+ fig_nstd = dict (),
44
+ fig_std = dict (),
45
+ fig_vxstd = dict (),
46
+ out_all = dict (),
32
47
out_nstd = dict (),
33
48
out_std = dict (),
34
49
out_vxstd = dict (),
You can’t perform that action at this time.
0 commit comments