Skip to content

Commit b35b9e1

Browse files
committed
FIX: Remove duplicate connection
1 parent 34552e9 commit b35b9e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabies/workflows/bold/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
823823
# fmt: off
824824
# Finalize workflow with fieldmap-less connections
825825
workflow.connect([
826-
(inputnode, final_boldref_masker, [('bold_ref', 'in_file')]),
827826
(final_boldref_masker, bold_t1_trans_wf, [
828827
('out_mask', 'inputnode.ref_bold_mask'),
829828
('out_file', 'inputnode.ref_bold_brain'),

0 commit comments

Comments
 (0)