Skip to content

Commit ba7a28d

Browse files
committed
fix: improve reportlet mask after topup test
1 parent 877e273 commit ba7a28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/models/tests/test_pepolar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def test_topup_wf(tmpdir, datadir, workdir, outdir, epi_path):
7272

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

0 commit comments

Comments
 (0)