Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext-configs/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ chunk_method: hybrid_uss
# production
# disabled
# assume enough RAM to not chunk
chunk_training_mode: disabled
chunk_training_mode: explicit

# whether to preserve or delete subprocess chunk and mem logs when they are consolidated at end of multiprocess run
keep_chunk_logs: True
Expand Down
2 changes: 2 additions & 0 deletions ext-configs/vehicle_type_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SPEC: vehicle_type_choice_op4.csv
COEFFICIENTS: vehicle_type_choice_op4_coefficients.csv
ALTS: vehicle_type_choice_op4_alternatives.csv

explicit_chunk: 25000

# SPEC: vehicle_type_choice_op2.csv
# COEFFICIENTS: vehicle_type_choice_op2_coefficients.csv
# ALTS: vehicle_type_choice_op2_alternatives.csv
Expand Down
2 changes: 1 addition & 1 deletion performance-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
trace_hh_id:
trace_od:
chunk_method: hybrid_uss
chunk_training_mode: disabled
chunk_training_mode: explicit

- name: activitysim.workflows.steps.pype
in:
Expand Down