File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use_shadow_pricing: False
1414# (if True, tables will be written if DEST_CHOICE_SAMPLE_TABLE_NAME is specified in individual model settings)
1515want_dest_choice_sample_tables : False
1616
17- cleanup_pipeline_after_run : True
17+ cleanup_pipeline_after_run : False
1818
1919output_tables :
2020 h5_store : False
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ households_sample_size: 10
2020# (if True, tables will be written if DEST_CHOICE_SAMPLE_TABLE_NAME is specified in individual model settings)
2121want_dest_choice_sample_tables : False
2222
23- cleanup_pipeline_after_run : True
23+ cleanup_pipeline_after_run : False
2424
2525output_tables :
2626 h5_store : False
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ households_sample_size: 10
1717# - shadow pricing global switches
1818# turn shadow_pricing on and off for all models (e.g. school and work)
1919# see shadow_pricing.yaml for additional settings
20- use_shadow_pricing : True
20+ use_shadow_pricing : False
2121
2222# turn writing of sample_tables on and off for all models
2323# (if True, tables will be written if DEST_CHOICE_SAMPLE_TABLE_NAME is specified in individual model settings)
2424want_dest_choice_sample_tables : False
2525
26- cleanup_pipeline_after_run : True
26+ cleanup_pipeline_after_run : False
2727
2828trace_hh_id :
2929# global switch to turn on or off presampling of destination alternatives at TAZ level (multizone models only)
You can’t perform that action at this time.
0 commit comments