IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

284 create_network_dataset.ipynb fails on nx.info #285

Closed ylyangtw closed 11 months ago

ylyangtw commented 11 months ago

This PR fixed the issue https://github.com/IN-CORE/pyincore/issues/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