Remove no-op trips from the UK scenarios. They now work (but gridlock, of course). #556

This commit is contained in:
Dustin Carlino 2021-03-05 15:01:26 -08:00
parent 9610b69de4
commit 04be956b5e

View File

@ -78,6 +78,9 @@ pub fn generate_scenario(
&mut rng,
timer,
);
// Some zones have very few buildings, and people wind up with a home and workplace that's the
// same!
scenario = scenario.remove_weird_schedules();
info!(
"Created scenario with {} people",
abstutil::prettyprint_usize(scenario.people.len())