File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
fmriprep/workflows/bold/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ def symmetric_overlap(img1, img2):
20
20
21
21
@pytest .mark .skipif (not os .getenv ('FMRIPREP_REGRESSION_SOURCE' ) or
22
22
not os .getenv ('FMRIPREP_REGRESSION_TARGETS' ))
23
- @pytest .mark .parametrize ('input_name ,expected_fname' , [
23
+ @pytest .mark .parametrize ('input_fname ,expected_fname' , [
24
24
(os .path .join (os .getenv ('FMRIPREP_REGRESSION_SOURCE' , '' ),
25
25
base_fname ),
26
26
fname_presuffix (base_fname , suffix = '_mask' , use_ext = True ,
27
- new_path = os .getenv ('FMRIPREP_REGRESSION_TARGETS' , '' )))
27
+ newpath = os .getenv ('FMRIPREP_REGRESSION_TARGETS' , '' )))
28
28
for base_fname in (
29
29
'ds000116/sub-12_task-visualoddballwithbuttonresponsetotargetstimuli_run-02_bold.nii.gz' ,
30
30
# 'ds000133/sub-06_ses-post_task-rest_run-01_bold.nii.gz',
You can’t perform that action at this time.
0 commit comments