Skip to content

Commit

Permalink
correct name get_shortest_path_distance_between_all_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Sep 16, 2024
1 parent 515ebf3 commit 5239708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uxsim/uxsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ def get_nodes_in_area(W, x, y, r):
nodes.append(node)
return nodes

def get_distance_between_all_nodes(W, return_matrix=False):
def get_shortest_path_distance_between_all_nodes(W, return_matrix=False):
"""
Get the shortest distances (in meters) between all node pairs based on link lengths.
Expand Down

0 comments on commit 5239708

Please sign in to comment.