Skip to content

Commit 36b369e

Browse files
committed
[skip ci] pacify flake8
1 parent ecb1185 commit 36b369e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

fmriprep/workflows/bold/tests/test_util.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def symmetric_overlap(img1, img2):
5555
'ds001240/sub-26_task-molretrieval_run-02_bold.nii.gz',
5656
'ds001240/sub-26_task-rest_bold.nii.gz',
5757
'ds001362/sub-01_task-taskname_run-01_bold.nii.gz',
58-
)
59-
])
58+
)
59+
])
6060
def test_masking(input_fname, expected_fname):
6161
bold_reference_wf = init_bold_reference_wf(omp_nthreads=1, enhance_t2=True)
6262
bold_reference_wf.inputs.inputnode.bold_file = input_fname
@@ -78,7 +78,7 @@ def test_masking(input_fname, expected_fname):
7878
bold_reference_wf.connect([
7979
(outputnode, mask_diff_plot, [('ref_image', 'in_file'),
8080
('bold_mask', 'in_rois')])
81-
])
81+
])
8282
res = bold_reference_wf.run(plugin='MultiProc')
8383

8484
combine_masks = [node for node in res.nodes if node.name.endswith('combine_masks')][0]
@@ -91,6 +91,5 @@ def test_masking(input_fname, expected_fname):
9191
fname_presuffix(basename, suffix='_mask',
9292
use_ext=True, newpath=str(mask_dir)),
9393
copy=True)
94-
95-
assert overlap > 0.95, input_fname
9694

95+
assert overlap > 0.95, input_fname

0 commit comments

Comments
 (0)