Skip to content

Commit d20a8d1

Browse files
committed
fix: remove duplicated workflow, fix space query
1 parent 8d21c00 commit d20a8d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def init_bold_wf(
528528
]),
529529
]) # fmt:skip
530530

531-
surf_std = spaces.get_nonstandard(dim=(2,))
531+
surf_std = spaces.get_standard(dim=(2,))
532532
if surf_std and config.workflow.run_reconall and config.workflow.cifti_output:
533533
workflow.__postdesc__ += """\
534534
Non-gridded (surface) resamplings were performed using the Connectome
@@ -559,8 +559,6 @@ def init_bold_wf(
559559
]) # fmt:skip
560560

561561
if config.workflow.project_goodvoxels:
562-
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb['resampled'])
563-
564562
workflow.connect([
565563
(goodvoxels_bold_mask_wf, wb_vol_surf_wf, [
566564
('outputnode.goodvoxels_mask', 'inputnode.volume_roi'),

0 commit comments

Comments
 (0)