Skip to content

Commit 70df19e

Browse files
committed
fix: final revision of the base workflow, preparing for new API
1 parent 618be5b commit 70df19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdcflows/models/tests/test_pepolar.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ def test_topup_wf(tmpdir, datadir, workdir, outdir, epi_path):
7272

7373
# fmt: off
7474
wf.connect([
75-
(topup_wf, pre_mask, [("outputnode.corrected", "in_file")]),
76-
(topup_wf, merge_corrected, [("outputnode.corrected", "in_files")]),
75+
(topup_wf, pre_mask, [("outputnode.fmap_ref", "in_file")]),
76+
(topup_wf, merge_corrected, [("outputnode.fmap_ref", "in_files")]),
7777
(merge_corrected, rep, [("out_avg", "reference")]),
78-
(topup_wf, rep, [("outputnode.fieldmap", "fieldmap")]),
78+
(topup_wf, rep, [("outputnode.fmap", "fieldmap")]),
7979
(pre_mask, rep, [("out_file", "mask")]),
8080
(rep, ds_report, [("out_report", "in_file")]),
8181
])

0 commit comments

Comments
 (0)