ImperialCollegeLondon / SWMManywhere

SWMManywhere is used to derive and simulate a sewer network anywhere in the world
https://imperialcollegelondon.github.io/SWMManywhere/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

`network.node_link_data` #337

Closed barneydobson closed 2 weeks ago

barneydobson commented 3 weeks ago

Spamming all over my new documentation - boo: https://imperialcollegelondon.github.io/SWMManywhere/notebooks/extended_demo/

/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/networkx/readwrite/json_graph/node_link.py:142: FutureWarning: 
The default value will be `edges="edges" in NetworkX 3.6.

To make this warning go away, explicitly set the edges kwarg, e.g.:

  nx.node_link_data(G, edges="links") to preserve current behavior, or
  nx.node_link_data(G, edges="edges") for forward compatibility.
  warnings.warn(