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 d2500b3 commit 378e8ffCopy full SHA for 378e8ff
znflow/node.py
@@ -20,7 +20,7 @@ def default(self, value, *args, **kwargs):
20
if isinstance(value, NodeConnector):
21
if value.graph is not None:
22
assert (
23
- value.graph == graph
+ value.graph == graph
24
), f"DiGraphs are not the same '{value.graph}' != '{graph}'"
25
connector = NodeConnector(graph=graph, node=node, attribute=attribute_name)
26
add_edge(connector, value)
0 commit comments