Skip to content

Commit bdd07c9

Browse files
mgxdeffigies
andcommitted
Update fmriprep/workflows/bold/base.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent d6d22e3 commit bdd07c9

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
@@ -505,7 +505,7 @@ def init_bold_wf(
505505
]) # fmt:skip
506506

507507
# Goodvoxels mask might be needed in any surface resampling
508-
if config.workflow.project_goodvoxels:
508+
if config.workflow.project_goodvoxels and (config.workflow.cifti_output or surf_std):
509509
from .resampling import init_goodvoxels_bold_mask_wf
510510

511511
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb['resampled'])

0 commit comments

Comments
 (0)