This is due to the removal of the edge and node functions from networkx 1.X => 2.X. I'm creating a patch if you're interested in seeing it.
https://networkx.github.io/documentation/stable/release/migration_guide_from_1.x_to_2.0.html
Any thoughts on this?
|
class_node = self._graph.graph.node[src]['data'] |
This is due to the removal of the edge and node functions from networkx 1.X => 2.X. I'm creating a patch if you're interested in seeing it.
https://networkx.github.io/documentation/stable/release/migration_guide_from_1.x_to_2.0.html
Any thoughts on this?
serene-python-client/serene/elements/semantics/ssd.py
Line 1166 in efc72dc