Skip to content

Commit 17e873b

Browse files
committed
FIX: Remove unused parameter, add conditional for dhcpAsym
1 parent 277ad07 commit 17e873b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smriprep/workflows/outputs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ def init_ds_fs_registration_wf(
684684

685685
def init_ds_surfaces_wf(
686686
*,
687-
bids_root: str,
688687
output_dir: str,
689688
surfaces: list[str],
690689
name='ds_surfaces_wf',
@@ -744,6 +743,8 @@ def init_ds_surfaces_wf(
744743
ds_surf.inputs.desc = 'reg'
745744
if surf == 'sphere_reg_fsLR':
746745
ds_surf.inputs.space = 'fsLR'
746+
elif surf == 'sphere_reg_dhcpAsym':
747+
ds_surf.inputs.space = 'dhcpAsym'
747748

748749
# fmt:off
749750
workflow.connect([

0 commit comments

Comments
 (0)