Skip to content

Commit 568dc43

Browse files
committed
fix: Pass bold_series to ds_bold_native_wf
1 parent 82fea98 commit 568dc43

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
@@ -314,7 +314,7 @@ def init_bold_wf(
314314

315315
if boldref_out or echos_out:
316316
ds_bold_native_wf = init_ds_bold_native_wf(
317-
source_file=bold_file,
317+
source_file=bold_series,
318318
bids_root=str(config.execution.bids_dir),
319319
output_dir=fmriprep_dir,
320320
bold_output=boldref_out,

0 commit comments

Comments
 (0)