Skip to content

Commit b80a3d7

Browse files
committed
update unit test to include new metadata field
1 parent 89ba3b4 commit b80a3d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/algorithms/tests/test_CompCor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def test_compcor_variance_threshold_and_metadata(self):
7373
'mask': 'mask',
7474
'singular_value': '4.0720553036',
7575
'variance_explained': '0.5527211465',
76-
'cumulative_variance_explained': '0.5527211465'
76+
'cumulative_variance_explained': '0.5527211465',
77+
'retained': 'True',
7778
}
7879
ccinterface = CompCor(
7980
variance_threshold=0.7,

0 commit comments

Comments
 (0)