We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8e90f commit 5611985Copy full SHA for 5611985
codeflare/tests/test_and.py
@@ -45,8 +45,8 @@ def test_and():
45
node_c = dm.AndNode('c', FeatureUnion())
46
47
## codeflare nodes are then connected by edges
48
- pipeline.add_edge(node_a, node_b)
49
pipeline.add_edge(node_a, node_c)
+ pipeline.add_edge(node_b, node_c)
50
51
in_args={node_a: Xy_ref_ptrs, node_b: Xy_ref_ptrs}
52
## execute the codeflare pipeline
0 commit comments