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 577e395 commit 66c7540Copy full SHA for 66c7540
nipype/algorithms/tests/test_CompCor.py
@@ -71,7 +71,7 @@ def test_compcor_variance_threshold_and_metadata(self):
71
['-0.4500578942', '0.0778209345']]
72
expected_metadata = {
73
'component': 'CompCor00',
74
- 'mask': '0',
+ 'mask': 'mask',
75
'singular_value': '4.0720553036',
76
'variance_explained': '0.5527211465',
77
'cumulative_variance_explained': '0.5527211465'
@@ -80,6 +80,7 @@ def test_compcor_variance_threshold_and_metadata(self):
80
variance_threshold=0.7,
81
realigned_file=self.realigned_file,
82
mask_files=self.mask_files,
83
+ mask_names=['mask'],
84
mask_index=1,
85
save_metadata=True)
86
self.run_cc(ccinterface=ccinterface,
0 commit comments