Skip to content

Commit 7deda46

Browse files
update configs
1 parent 9d7d5b7 commit 7deda46

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

config/base.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ number_of_households = 10000
55
zone_id = "OA21CD"
66
travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography
77
boundary_geography = "OA"
8-
boundary_filter_column = "LEP22NM1"
9-
boundary_filter_values = ["Leeds City Region"]
108

119

1210
[work_assignment]

config/base_500.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ number_of_households = 500
55
zone_id = "OA21CD"
66
travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography
77
boundary_geography = "OA"
8-
boundary_filter_column = "LEP22NM1"
9-
boundary_filter_values = ["Leeds City Region"]
108

119

1210
[work_assignment]

config/base_5000.toml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ number_of_households = 5000
55
zone_id = "OA21CD"
66
travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography
77
boundary_geography = "OA"
8-
boundary_filter_column = "LEP22NM1"
9-
boundary_filter_values = ["Leeds City Region"]
10-
118

129
[work_assignment]
1310
use_percentages = true

config/base_all.toml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ region = "leeds"
44
zone_id = "OA21CD"
55
travel_times = true # Only set to true if you have travel time matrix at the level specified in boundary_geography
66
boundary_geography = "OA"
7-
boundary_filter_column = "LEP22NM1"
8-
boundary_filter_values = ["Leeds City Region"]
97

108

119
[work_assignment]

0 commit comments

Comments
 (0)