Clearly separate the scope of graphs submodules
| submodule |
scope |
graphs/base_graph.py |
mechanics to set/get coords/and weights + generic constructors in BaseGraph |
graphs/data_graph.py |
named topology zoo and pyg interchange in DataGraph |
Only DataGraph is exposed to the public API.
Clearly separate the scope of graphs submodules
graphs/base_graph.pygraphs/data_graph.pyOnly DataGraph is exposed to the public API.