Closed jambler24 closed 4 years ago
As of neworkx v2.4: G.node –> use G.nodes https://networkx.github.io/documentation/stable/release/release_2.4.html resulting in an error.
Appears as: AttributeError: 'MultiDiGraph' object has no attribute ‘node’.
Fixed as of the latest merge. Testing successful and a slight speed increase noted.
As of neworkx v2.4: G.node –> use G.nodes https://networkx.github.io/documentation/stable/release/release_2.4.html resulting in an error.