Skip to content

Commit 3d32d7a

Browse files
authored
Merge pull request #69 from mgxd/fix/bug-68
FIX: Remove duplicate connection
2 parents 34552e9 + b35b9e1 commit 3d32d7a

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)