pathpy/pathpyG

Improve use of IndexMap in `Graph.from_edge_list`

Closed this issue · 0 comments

Currently, the from_edge_list automatically creates a mapping even if the nodes are integer indices. There is no way to pass an existing node-idx mapping.