File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 6
6
def test_ACompCor_inputs ():
7
7
input_map = dict (components_file = dict (usedefault = True ,
8
8
),
9
- header = dict (),
9
+ header_prefix = dict (),
10
10
ignore_exception = dict (nohash = True ,
11
11
usedefault = True ,
12
12
),
Original file line number Diff line number Diff line change 6
6
def test_TCompCor_inputs ():
7
7
input_map = dict (components_file = dict (usedefault = True ,
8
8
),
9
- header = dict (),
9
+ header_prefix = dict (),
10
10
ignore_exception = dict (nohash = True ,
11
11
usedefault = True ,
12
12
),
@@ -36,28 +36,8 @@ def test_TCompCor_inputs():
36
36
37
37
38
38
def test_TCompCor_outputs ():
39
- output_map = dict (components_file = dict (usedefault = True ,
40
- ),
41
- header = dict (),
39
+ output_map = dict (components_file = dict (),
42
40
high_variance_masks = dict (),
43
- ignore_exception = dict (nohash = True ,
44
- usedefault = True ,
45
- ),
46
- mask_files = dict (),
47
- mask_index = dict (requires = ['mask_files' ],
48
- xor = ['merge_method' ],
49
- ),
50
- merge_method = dict (requires = ['mask_files' ],
51
- xor = ['mask_index' ],
52
- ),
53
- num_components = dict (usedefault = True ,
54
- ),
55
- realigned_file = dict (mandatory = True ,
56
- ),
57
- regress_poly_degree = dict (usedefault = True ,
58
- ),
59
- use_regress_poly = dict (usedefault = True ,
60
- ),
61
41
)
62
42
outputs = TCompCor .output_spec ()
63
43
You can’t perform that action at this time.
0 commit comments