Skip to content

Commit 969dca7

Browse files
oestebaneffigies
andauthored
Update fmriprep/workflows/bold/base.py [skip ci]
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent baeb1d6 commit 969dca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def init_func_preproc_wf(bold_file):
309309
])
310310

311311
# Generate a tentative boldref
312-
bold_reference_wf = init_bold_reference_wf(omp_nthreads=config.nipype.omp_nthreads)
312+
bold_reference_wf = init_bold_reference_wf(omp_nthreads=omp_nthreads)
313313
bold_reference_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_scans
314314
if sbref_file is not None:
315315
workflow.connect([

0 commit comments

Comments
 (0)