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

284 create_network_dataset.ipynb fails on nx.info #285

Merged
merged 6 commits into from
Oct 24, 2023

Conversation

ylyangtw
Copy link
Contributor

@ylyangtw ylyangtw commented Oct 23, 2023

This PR fixed the issue IN-CORE/pyincore#422
info has been removed from networkx 3.0 because it's deprecated.
print(nx.info) is equivalent to print(g)

For testing, you can run the notebook create_network_dataset.ipynb

@ylyangtw ylyangtw linked an issue Oct 23, 2023 that may be closed by this pull request
@ylyangtw ylyangtw changed the title 284 create network datasetipynb fails on nxinfo 284 create_network_dataset.ipynb fails on nx.info Oct 23, 2023
@longshuicy longshuicy merged commit 242cc7a into develop Oct 24, 2023
@longshuicy longshuicy linked an issue Oct 24, 2023 that may be closed by this pull request
@navarroc navarroc deleted the 284-create_network_datasetipynb-fails-on-nxinfo branch December 20, 2023 20:46
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

Successfully merging this pull request may close these issues.

create_network_dataset.ipynb fails on nx.info Investigate networkx version
2 participants