Skip to content

Commit 3f831d2

Browse files
committed
TEST: Define distorted_ref
1 parent a99d9ec commit 3f831d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdcflows/workflows/apply/tests/test_correction.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ def test_unwarp_wf(tmpdir, datadir, workdir, outdir):
6060
workflow = pe.Workflow(name="test_unwarp_wf")
6161
# fmt: off
6262
workflow.connect([
63-
(epi_ref_wf, unwarp_wf, [("outputnode.fmap_ref", "inputnode.distorted")]),
63+
(epi_ref_wf, unwarp_wf, [
64+
("outputnode.fmap_ref", "inputnode.distorted"),
65+
("outputnode.fmap_ref", "inputnode.distorted_ref"),
66+
]),
6467
(epi_ref_wf, reg_wf, [
6568
("outputnode.fmap_ref", "inputnode.target_ref"),
6669
("outputnode.fmap_mask", "inputnode.target_mask"),

0 commit comments

Comments
 (0)