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 baeb1d6 commit 969dca7Copy full SHA for 969dca7
fmriprep/workflows/bold/base.py
@@ -309,7 +309,7 @@ def init_func_preproc_wf(bold_file):
309
])
310
311
# Generate a tentative boldref
312
- bold_reference_wf = init_bold_reference_wf(omp_nthreads=config.nipype.omp_nthreads)
+ bold_reference_wf = init_bold_reference_wf(omp_nthreads=omp_nthreads)
313
bold_reference_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_scans
314
if sbref_file is not None:
315
workflow.connect([
0 commit comments