Skip to content

Commit

Permalink
Don't mark the path computation as early_exit when unreachable (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss authored Nov 22, 2023
1 parent e0d1c5d commit 3d7f017
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aequilibrae/paths/AoN.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ def path_computation(origin, destination, graph, results, early_exit = False):
results.path_nodes = None
results.path_link_directions = None
results.milepost = None
results.eary_exit = False


def update_path_trace(results, destination, graph, early_exit = False):
# type: (PathResults, int, Graph) -> (None)
Expand Down

0 comments on commit 3d7f017

Please sign in to comment.