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 89ba3b4 commit b80a3d7Copy full SHA for b80a3d7
nipype/algorithms/tests/test_CompCor.py
@@ -73,7 +73,8 @@ def test_compcor_variance_threshold_and_metadata(self):
73
'mask': 'mask',
74
'singular_value': '4.0720553036',
75
'variance_explained': '0.5527211465',
76
- 'cumulative_variance_explained': '0.5527211465'
+ 'cumulative_variance_explained': '0.5527211465',
77
+ 'retained': 'True',
78
}
79
ccinterface = CompCor(
80
variance_threshold=0.7,
0 commit comments