Skip to content

Commit 7f40102

Browse files
mgxdeffigies
authored andcommitted
fix: remove duplicated workflow, fix space query
1 parent 3b3290a commit 7f40102

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
@@ -537,7 +537,7 @@ def init_bold_wf(
537537
]),
538538
]) # fmt:skip
539539

540-
surf_std = spaces.get_nonstandard(dim=(2,))
540+
surf_std = spaces.get_standard(dim=(2,))
541541
if surf_std and config.workflow.run_reconall and config.workflow.cifti_output:
542542
workflow.__postdesc__ += """\
543543
Non-gridded (surface) resamplings were performed using the Connectome
@@ -568,8 +568,6 @@ def init_bold_wf(
568568
]) # fmt:skip
569569

570570
if config.workflow.project_goodvoxels:
571-
goodvoxels_bold_mask_wf = init_goodvoxels_bold_mask_wf(mem_gb['resampled'])
572-
573571
workflow.connect([
574572
(goodvoxels_bold_mask_wf, wb_vol_surf_wf, [
575573
('outputnode.goodvoxels_mask', 'inputnode.volume_roi'),

0 commit comments

Comments
 (0)