Skip to content

Commit

Permalink
Add note for A* non-distance metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Nov 23, 2023
1 parent 5612b20 commit 277c9df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aequilibrae/paths/results/path_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def compute_path(
heuristic: Union[str, None] = None,
) -> None:
"""
Computes the path between two nodes in the network
Computes the path between two nodes in the network.
A* heuristics are currently only valid distance cost fields.
:Arguments:
**origin** (:obj:`int`): Origin for the path
Expand Down

0 comments on commit 277c9df

Please sign in to comment.