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 <[email protected]>
  • Loading branch information
knaaptime and jGaboardi authored Jul 18, 2024
1 parent ac249cf commit 14db4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpysal/graph/_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def pdna_to_adj(origins, network, node_ids, threshold):
node_ids:
array of node_ids in the pandana.Network aligned with the input
observations in ``origins``. This is created via a call like
`pandana.Network.get_node_ids(df.geometry.x, df.geometry.y)`
``pandana.Network.get_node_ids(df.geometry.x, df.geometry.y)``
threshold : int
maximum travel distance (inclusive)
Expand Down

0 comments on commit 14db4f9

Please sign in to comment.