abstreet/tests/goldenfiles/prebaked_summaries.json
Dustin Carlino 9b4abae174 Fix a treachurous bug that was crashing the simulation, first uncovered
by chance in #870.

A vehicle exits a driveway and blocks a lane on its way out. When we try
to clear the static blockage, the queue calculation recurses to resolve
distances on the queue where that vehicle is entering. But since we
temporarily don't have the car in the list of cars (for the borrow
checker), it was crashing.

One of those "2 hours to figure out, 30 seconds to fix" bugs.
2022-04-23 20:03:28 +01:00

30 lines
796 B
JSON

[
{
"map": "arboretum (in seattle (us))",
"scenario": "weekday",
"finished_trips": 76640,
"cancelled_trips": 0,
"total_trip_duration_seconds": 43692260.45700034
},
{
"map": "montlake (in seattle (us))",
"scenario": "weekday",
"finished_trips": 36710,
"cancelled_trips": 86,
"total_trip_duration_seconds": 18533515.794600103
},
{
"map": "parliament (in tehran (ir))",
"scenario": "random people going to and from work",
"finished_trips": 29350,
"cancelled_trips": 16734,
"total_trip_duration_seconds": 41782683.482600205
},
{
"map": "sao_miguel_paulista (in sao_paulo (br))",
"scenario": "Full",
"finished_trips": 122840,
"cancelled_trips": 33043,
"total_trip_duration_seconds": 151227240.71540084
}
]