Skip to content

Commit

Permalink
add routing query details for pre_route
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchenplus committed Dec 23, 2024
1 parent 56305e8 commit cdb8ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosstool/trip/route/preroute.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def pre_route(
)
)
if res is None or len(res.journeys) == 0:
logging.warning("No route found")
logging.warning(f"No route found. start: {start} end: {trip.end} mode: {trip.mode} departure_time: {departure_time}")
departure_time = last_departure_time
else:
# append directly
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mosstool"
version = "1.2.2"
version = "1.2.3"
description = "MObility Simulation System toolbox "
authors = ["Jun Zhang <[email protected]>","Junbo Yan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cdb8ab5

Please sign in to comment.