Skip to content

Commit 908d661

Browse files
committed
change pipeline topology
1 parent 5611985 commit 908d661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeflare/tests/test_multibranch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ def test_multibranch():
7474
pipeline.add_edge(node_a, node_c)
7575

7676
pipeline.add_edge(node_a, node_d)
77-
pipeline.add_edge(node_d, node_e)
77+
pipeline.add_edge(node_a, node_e)
7878
pipeline.add_edge(node_d, node_f)
79+
pipeline.add_edge(node_e, node_f)
7980

8081
in_args={node_a: Xy_ref_ptrs}
8182
## execute the codeflare pipeline

0 commit comments

Comments
 (0)