Skip to content

Commit b07f6ac

Browse files
committed
Pass the correct mem_gb value to workflow.
1 parent 8f87610 commit b07f6ac

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
@@ -530,7 +530,7 @@ def init_bold_wf(
530530
)
531531

532532
if config.workflow.project_goodvoxels:
533-
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb)
533+
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb["resampled"])
534534

535535
workflow.connect([
536536
(inputnode, goodvoxels_bold_mask_wf, [("anat_ribbon", "inputnode.anat_ribbon")]),

0 commit comments

Comments
 (0)