Skip to content

Commit 85b5692

Browse files
committed
fix: update autotests
1 parent 783c6a7 commit 85b5692

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

nipype/algorithms/tests/test_auto_ACompCor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def 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
),

nipype/algorithms/tests/test_auto_TCompCor.py

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def 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

3838
def 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

0 commit comments

Comments
 (0)