Commit 51fdb99f authored by Allvey's avatar Allvey

Merge branch 'master' of github.com:Allvey/integrated-scheduling

# Conflicts: # realtime_dispatch.py # settings.py # static_data_process.py # tables.py # traffic_flow_planner.py
parent 188ad10f
Subproject commit ce9ea0115c095fcf55affdae3c20281d8a00aec4
This diff is collapsed.
...@@ -969,7 +969,7 @@ class Dispatcher(DeviceMap): ...@@ -969,7 +969,7 @@ class Dispatcher(DeviceMap):
unloading_time = self.dump.get_unloading_time() unloading_time = self.dump.get_unloading_time()
# 路网信息 # 路网信息
park_to_load_eq = self.walker.get_park_to_load_eq() park_to_load_eq = self.walker.get_park_to_load_eq()
go_time_eq = self.walker.get_o_time_eq() go_time_eq = self.walker.get_go_time_eq()
com_time_eq = self.walker.get_com_time_eq() com_time_eq = self.walker.get_com_time_eq()
now = float((datetime.now() - self.start_time) / timedelta(hours=0, minutes=1, seconds=0)) now = float((datetime.now() - self.start_time) / timedelta(hours=0, minutes=1, seconds=0))
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment