diff --git a/config/base.toml b/config/base.toml index ef15a84..38a4f2f 100644 --- a/config/base.toml +++ b/config/base.toml @@ -5,8 +5,6 @@ number_of_households = 10000 zone_id = "OA21CD" travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography boundary_geography = "OA" -boundary_filter_column = "LEP22NM1" -boundary_filter_values = ["Leeds City Region"] [work_assignment] diff --git a/config/base_500.toml b/config/base_500.toml index 69529f7..d9164a4 100644 --- a/config/base_500.toml +++ b/config/base_500.toml @@ -5,8 +5,6 @@ number_of_households = 500 zone_id = "OA21CD" travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography boundary_geography = "OA" -boundary_filter_column = "LEP22NM1" -boundary_filter_values = ["Leeds City Region"] [work_assignment] diff --git a/config/base_5000.toml b/config/base_5000.toml index 5a3f61a..d4f0134 100644 --- a/config/base_5000.toml +++ b/config/base_5000.toml @@ -5,9 +5,6 @@ number_of_households = 5000 zone_id = "OA21CD" travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography boundary_geography = "OA" -boundary_filter_column = "LEP22NM1" -boundary_filter_values = ["Leeds City Region"] - [work_assignment] use_percentages = true diff --git a/config/base_all.toml b/config/base_all.toml index dc2ec8e..bb1cc1e 100644 --- a/config/base_all.toml +++ b/config/base_all.toml @@ -4,8 +4,6 @@ region = "leeds" zone_id = "OA21CD" travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography boundary_geography = "OA" -boundary_filter_column = "LEP22NM1" -boundary_filter_values = ["Leeds City Region"] [work_assignment]