Skip to content

Commit 28c48ca

Browse files
effigiesoesteban
authored andcommitted
FIX: Typo
1 parent 7c1b652 commit 28c48ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/bold/tests/test_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def symmetric_overlap(img1, img2):
2020

2121
@pytest.mark.skipif(not os.getenv('FMRIPREP_REGRESSION_SOURCE') or
2222
not os.getenv('FMRIPREP_REGRESSION_TARGETS'))
23-
@pytest.mark.parametrize('input_name,expected_fname', [
23+
@pytest.mark.parametrize('input_fname,expected_fname', [
2424
(os.path.join(os.getenv('FMRIPREP_REGRESSION_SOURCE', ''),
2525
base_fname),
2626
fname_presuffix(base_fname, suffix='_mask', use_ext=True,
27-
new_path=os.getenv('FMRIPREP_REGRESSION_TARGETS', '')))
27+
newpath=os.getenv('FMRIPREP_REGRESSION_TARGETS', '')))
2828
for base_fname in (
2929
'ds000116/sub-12_task-visualoddballwithbuttonresponsetotargetstimuli_run-02_bold.nii.gz',
3030
# 'ds000133/sub-06_ses-post_task-rest_run-01_bold.nii.gz',

0 commit comments

Comments
 (0)