Skip to content

Commit af90cf9

Browse files
committed
Update base.py
1 parent f4a19a5 commit af90cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def init_bold_wf(
294294
fieldmap_id=fieldmap_id,
295295
omp_nthreads=omp_nthreads,
296296
)
297+
# NOTE: Why put this in 'resampling' and not 'full'?
297298
bold_anat_wf = init_bold_volumetric_resample_wf(
298299
metadata=all_metadata[0],
299300
fieldmap_id=fieldmap_id if not multiecho else None,

0 commit comments

Comments
 (0)