mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 23:15:24 +03:00
Remove no-op trips from the UK scenarios. They now work (but gridlock, of course). #556
This commit is contained in:
parent
9610b69de4
commit
04be956b5e
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user