Skip to content

Commit e988b97

Browse files
committed
changing test_auto_TCompCor.py to the output of checkspecs.py
1 parent 54f496c commit e988b97

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

nipype/algorithms/tests/test_auto_TCompCor.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,22 @@ def test_TCompCor_inputs():
2929

3030

3131
def test_TCompCor_outputs():
32-
output_map = dict(components_file=dict(),
33-
high_variance_mask=dict()
32+
output_map = dict(components_file=dict(usedefault=True,
33+
),
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+
),
3448
)
3549
outputs = TCompCor.output_spec()
3650

0 commit comments

Comments
 (0)