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 66def test_ACompCor_inputs ():
77 input_map = dict (components_file = dict (usedefault = True ,
88 ),
9- header = dict (),
9+ header_prefix = dict (),
1010 ignore_exception = dict (nohash = True ,
1111 usedefault = True ,
1212 ),
Original file line number Diff line number Diff line change 66def test_TCompCor_inputs ():
77 input_map = dict (components_file = dict (usedefault = True ,
88 ),
9- header = dict (),
9+ header_prefix = dict (),
1010 ignore_exception = dict (nohash = True ,
1111 usedefault = True ,
1212 ),
@@ -36,28 +36,8 @@ def test_TCompCor_inputs():
3636
3737
3838def test_TCompCor_outputs ():
39- output_map = dict (components_file = dict (usedefault = True ,
40- ),
41- header = dict (),
39+ output_map = dict (components_file = dict (),
4240 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- ),
6141 )
6242 outputs = TCompCor .output_spec ()
6343
You can’t perform that action at this time.
0 commit comments