fix compile error (#420)

This commit is contained in:
Michael Kirk 2020-12-10 15:47:00 -08:00 committed by GitHub
parent fb9635e8c8
commit d0f093d95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,7 @@ impl State<App> for CensusGenerator {
}
"Generate" => {
// Generate this from self.panel
let config = Config {
percent_drivers: 0.8,
};
let config = Config::default();
let scenario = popdat::generate_scenario(
"typical monday",
config,