Skip to content

Commit 5177ff5

Browse files
Fix removal of sbref
1 parent 9f5035e commit 5177ff5

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
@@ -313,7 +313,7 @@ def init_func_preproc_wf(bold_file):
313313
name='initial_boldref_wf',
314314
omp_nthreads=omp_nthreads,
315315
bold_file=bold_file,
316-
sbref_files=sbref_files,
316+
sbref_files=[],
317317
multiecho=multiecho,
318318
)
319319
initial_boldref_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_scans

0 commit comments

Comments
 (0)