Skip to content

Commit 0bbbb6d

Browse files
committed
enh: fix connection in debug mode
1 parent 0568b0f commit 0bbbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/workflows/fit/pepolar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def init_topup_wf(
176176
# fmt:off
177177
workflow.connect([
178178
(fix_coeff, unwarp, [("out_coeff", "in_coeff")]),
179-
(flatten, unwarp, [("out_data", "in_target")]),
179+
(regrid, unwarp, [("out_data", "in_target")]),
180180
(readout_time, unwarp, [("readout_time", "ro_time"),
181181
("pe_direction", "pe_dir")]),
182182
(unwarp, outputnode, [("out_warp", "out_warps"),

0 commit comments

Comments
 (0)