Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jan 18, 2023
1 parent d2500b3 commit 378e8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def default(self, value, *args, **kwargs):
if isinstance(value, NodeConnector):
if value.graph is not None:
assert (
value.graph == graph
value.graph == graph
), f"DiGraphs are not the same '{value.graph}' != '{graph}'"
connector = NodeConnector(graph=graph, node=node, attribute=attribute_name)
add_edge(connector, value)
Expand Down

0 comments on commit 378e8ff

Please sign in to comment.