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 fedef7a commit 3b5a234Copy full SHA for 3b5a234
nipype/algorithms/tests/test_CompCor.py
@@ -287,7 +287,9 @@ def run_cc(
287
components_metadata = [
288
line.rstrip().split("\t") for line in metadata_file
289
]
290
- components_metadata = dict(zip(components_metadata[0], components_metadata[1]))
+ components_metadata = dict(
291
+ zip(components_metadata[0], components_metadata[1])
292
+ )
293
assert components_metadata == expected_metadata
294
295
return ccresult
0 commit comments