Skip to content

Commit 3c49e66

Browse files
committed
FIX: minor post-rebase issues
1 parent d808569 commit 3c49e66

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

nibabies/workflows/bold/base.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False, existing_derivatives=Non
420420
cifti_output=config.workflow.cifti_output,
421421
freesurfer=freesurfer,
422422
project_goodvoxels=config.workflow.project_goodvoxels,
423-
project_goodvoxels=config.workflow.project_goodvoxels,
424423
all_metadata=all_metadata,
425424
multiecho=multiecho,
426425
output_dir=nibabies_dir,
@@ -923,7 +922,6 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False, existing_derivatives=Non
923922
surface_spaces=freesurfer_spaces,
924923
medial_surface_nan=config.workflow.medial_surface_nan,
925924
project_goodvoxels=config.workflow.project_goodvoxels,
926-
project_goodvoxels=config.workflow.project_goodvoxels,
927925
name="bold_surf_wf",
928926
)
929927
# fmt:off
@@ -934,17 +932,12 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False, existing_derivatives=Non
934932
('t1w2fsnative_xfm', 'inputnode.t1w2fsnative_xfm'),
935933
("anat_ribbon", "inputnode.anat_ribbon"),
936934
("anat_mask", "inputnode.t1w_mask")]),
937-
('t1w2fsnative_xfm', 'inputnode.t1w2fsnative_xfm'),
938-
("anat_ribbon", "inputnode.anat_ribbon"),
939-
("anat_mask", "inputnode.t1w_mask")]),
940935
(bold_t1_trans_wf, bold_surf_wf, [('outputnode.bold_t1', 'inputnode.source_file')]),
941936
(bold_surf_wf, outputnode, [('outputnode.surfaces', 'surfaces')]),
942937
(bold_surf_wf, func_derivatives_wf, [
943938
('outputnode.target', 'inputnode.surf_refs')]),
944939
(bold_surf_wf, func_derivatives_wf, [("outputnode.goodvoxels_ribbon",
945940
"inputnode.goodvoxels_ribbon")]),
946-
(bold_surf_wf, func_derivatives_wf, [("outputnode.goodvoxels_ribbon",
947-
"inputnode.goodvoxels_ribbon")]),
948941
])
949942
# fmt:on
950943

0 commit comments

Comments
 (0)