Skip to content

Commit 7460ef5

Browse files
navsarmajsjpn--
authored andcommitted
Setting shadow price to False in ext-configs_mp/settings.yaml for mtc ext multiprocess tests
(cherry picked from commit 2d6e24e)
1 parent bc73e09 commit 7460ef5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/configs/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
1515
want_dest_choice_sample_tables: False
1616

17-
cleanup_pipeline_after_run: True
17+
cleanup_pipeline_after_run: False
1818

1919
output_tables:
2020
h5_store: False

test/configs_mp/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
2121
want_dest_choice_sample_tables: False
2222

23-
cleanup_pipeline_after_run: True
23+
cleanup_pipeline_after_run: False
2424

2525
output_tables:
2626
h5_store: False

test/ext-configs_mp/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
2424
want_dest_choice_sample_tables: False
2525

26-
cleanup_pipeline_after_run: True
26+
cleanup_pipeline_after_run: False
2727

2828
trace_hh_id:
2929
# global switch to turn on or off presampling of destination alternatives at TAZ level (multizone models only)

0 commit comments

Comments
 (0)