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'] |