Skip to content

Commit

Permalink
chunkless test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jul 20, 2021
1 parent 3be1ae4 commit 37862e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
@@ -0,0 +1,6 @@
inherit_settings: True

# read cached skims (using numpy memmap) from output directory (memmap is faster than omx )
read_skim_cache: False
# write memmapped cached skims to output directory after reading from omx, for use in subsequent runs
write_skim_cache: False
@@ -0,0 +1,26 @@
inherit_settings: True

# treat warnings as errors
strict: True

# number of households to simulate
households_sample_size: 10
chunk_size: 0
chunk_training_mode: disabled

# - shadow pricing global switches
use_shadow_pricing: False

# turn writing of sample_tables on and off for all models
# (if True, tables will be written if DEST_CHOICE_SAMPLE_TABLE_NAME is specified in individual model settings)
want_dest_choice_sample_tables: False

cleanup_pipeline_after_run: True

output_tables:
h5_store: False
action: include
prefix: final_
sort: True
tables:
- trips

0 comments on commit 37862e3

Please sign in to comment.