Skip to content

Commit

Permalink
removed priority parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrobin03 committed Mar 25, 2024
1 parent a98339b commit ea396af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flatland/core/grid/grid4_astar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from flatland.utils.decorators import enable_infrastructure_lru_cache
from flatland.utils.ordered_set import OrderedSet

astar_priority = False


class AStarNode:
Expand Down

0 comments on commit ea396af

Please sign in to comment.