Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to run test_evaluate_museum I ran into error "AttributeError: 'MultiDiGraph' object has no attribute 'node'" #1

Open
pbittyscu opened this issue Nov 17, 2019 · 0 comments

Comments

@pbittyscu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant