mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-19 20:31:49 +03:00
9b4abae174
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.
30 lines
796 B
JSON
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
|
|
}
|
|
] |