Skip to content

Commit ecd0d83

Browse files
committed
updated tests
1 parent f386cd6 commit ecd0d83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/afni/tests/test_auto_ROIStats.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ def test_ROIStats_inputs():
1313
quiet=dict(position=1,
1414
argstr='-quiet',
1515
),
16-
terminal_output=dict(nohash=True,
17-
mandatory=True,
16+
terminal_output=dict(mandatory=True,
17+
nohash=True,
18+
usedefault=True,
1819
),
1920
environ=dict(nohash=True,
2021
usedefault=True,
2122
),
2223
in_file=dict(position=-1,
23-
argstr='%s',
2424
mandatory=True,
25+
argstr='%s',
2526
),
2627
mask_f2short=dict(position=2,
2728
argstr='-mask_f2short',
@@ -33,8 +34,7 @@ def test_ROIStats_inputs():
3334
for metakey, value in metadata.items():
3435
yield assert_equal, getattr(inputs.traits()[key], metakey), value
3536
def test_ROIStats_outputs():
36-
output_map = dict(stats=dict(exists=True,
37-
),
37+
output_map = dict(stats=dict(),
3838
)
3939
outputs = ROIStats.output_spec()
4040

0 commit comments

Comments
 (0)