We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f496c commit e988b97Copy full SHA for e988b97
nipype/algorithms/tests/test_auto_TCompCor.py
@@ -29,8 +29,22 @@ def test_TCompCor_inputs():
29
30
31
def test_TCompCor_outputs():
32
- output_map = dict(components_file=dict(),
33
- high_variance_mask=dict()
+ output_map = dict(components_file=dict(usedefault=True,
+ ),
34
+ header=dict(),
35
+ high_variance_mask=dict(),
36
+ ignore_exception=dict(nohash=True,
37
+ usedefault=True,
38
39
+ mask_file=dict(),
40
+ num_components=dict(usedefault=True,
41
42
+ realigned_file=dict(mandatory=True,
43
44
+ regress_poly_degree=dict(usedefault=True,
45
46
+ use_regress_poly=dict(usedefault=True,
47
48
)
49
outputs = TCompCor.output_spec()
50
0 commit comments