Skip to content

Commit 00977c6

Browse files
committed
do not slice land use for accessibility mp
1 parent 57aa837 commit 00977c6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

configs/settings.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ multiprocess_steps:
153153
slice:
154154
tables:
155155
- accessibility
156+
exclude: True
156157
- name: mp_initialize_households
157158
begin: initialize_households
158159
- name: mp_households
@@ -204,6 +205,7 @@ max_value_of_time: 50
204205
distributed_vot_mu: 0.684
205206
distributed_vot_sigma: 0.85
206207

207-
# when running sharrow
208-
sharrow: require
209-
recode_pipeline_columns: True
208+
# sharrow settings
209+
# sharrow: require
210+
# recode_pipeline_columns: True
211+
# sharrow_cache_dir: # specify only when not using default

configs_sh_compile/settings_sh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ multiprocess_steps:
153153
slice:
154154
tables:
155155
- accessibility
156+
exclude: True
156157
- name: mp_initialize_households
157158
begin: initialize_households
158159
- name: mp_households

0 commit comments

Comments
 (0)