Skip to content

Commit

Permalink
Update libpysal/graph/_network.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
  • Loading branch information
knaaptime and jGaboardi authored Jul 18, 2024
1 parent 591ba11 commit 75481d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libpysal/graph/_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def pdna_to_adj(origins, network, node_ids, threshold):
"""

# map node ids in the network to index in the gdf

mapper = dict(zip(node_ids, origins.index.values, strict=False))

namer = {"source": "origin", network.impedance_names[0]: "cost"}
Expand Down

0 comments on commit 75481d6

Please sign in to comment.