File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 44
55
66def test_TCompCor_inputs ():
7- input_map = dict (components_file = dict (mandatory = False ,
8- usedefault = True ,
7+ input_map = dict (components_file = dict (usedefault = True ,
98 ),
109 ignore_exception = dict (nohash = True ,
1110 usedefault = True ,
1211 ),
13- mask_file = dict (mandatory = False ,
14- ),
12+ mask_file = dict (),
1513 num_components = dict (usedefault = True ,
1614 ),
1715 percentile_threshold = dict (usedefault = True ,
Original file line number Diff line number Diff line change 66def test_SignalExtraction_inputs ():
77 input_map = dict (class_labels = dict (mandatory = True ,
88 ),
9- detrend = dict (mandatory = False ,
10- usedefault = True ,
9+ detrend = dict (usedefault = True ,
1110 ),
1211 ignore_exception = dict (nohash = True ,
1312 usedefault = True ,
1413 ),
1514 in_file = dict (mandatory = True ,
1615 ),
17- incl_shared_variance = dict (mandatory = False ,
18- usedefault = True ,
16+ incl_shared_variance = dict (usedefault = True ,
1917 ),
20- include_global = dict (mandatory = False ,
21- usedefault = True ,
18+ include_global = dict (usedefault = True ,
2219 ),
2320 label_files = dict (mandatory = True ,
2421 ),
25- out_file = dict (mandatory = False ,
26- usedefault = True ,
22+ out_file = dict (usedefault = True ,
2723 ),
2824 )
2925 inputs = SignalExtraction .input_spec ()
You can’t perform that action at this time.
0 commit comments