Skip to content

Commit 18f5305

Browse files
committed
FIX: Remove duplicated connection
1 parent 669cc12 commit 18f5305

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdcflows/workflows/fit/syn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def init_syn_sdc_wf(
271271
(inputnode, atlas_msk, [("sd_prior", "in_file")]),
272272
(atlas_msk, fixed_masks, [("out_mask", "in3")]),
273273
]) # fmt:skip
274-
275274
else:
276275
workflow.connect(inputnode, "anat_mask", fixed_masks, "in3")
277276

@@ -303,7 +302,6 @@ def init_syn_sdc_wf(
303302
(lap_epi, lap_epi_norm, [("output_image", "in_file")]),
304303
(lap_epi_norm, epi_merge, [("out", "in2")]),
305304
(find_zooms, zooms_epi, [("out", "zooms")]),
306-
(atlas_msk, fixed_masks, [("out_mask", "in3")]),
307305
(anat_dilmsk, amask2epi, [("out_file", "input_image")]),
308306
(amask2epi, epi_umask, [("output_image", "in2")]),
309307
(readout_time, warp_dir, [("pe_direction", "pe_dir")]),

0 commit comments

Comments
 (0)