Skip to content

Commit

Permalink
Fixing default run settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Modeller authored and Modeller committed Jul 14, 2022
1 parent 9dea340 commit f32024b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions input_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
##############################
# Initial Setup
##############################
run_accessibility_calcs = False
run_setup_emme_project_folders = False
run_setup_emme_bank_folders = False
run_copy_scenario_inputs = False
run_import_networks = False
run_accessibility_calcs = True
run_setup_emme_project_folders = True
run_setup_emme_bank_folders = True
run_copy_scenario_inputs = True
run_import_networks = True

##############################
# Model Procedures
##############################
run_skims_and_paths_free_flow = False
run_skims_and_paths = False
run_truck_model = False
run_supplemental_trips = False
run_skims_and_paths_free_flow = True
run_skims_and_paths = True
run_truck_model = True
run_supplemental_trips = True
run_daysim = True
run_summaries = False
run_summaries = True

##############################
# Modes and Path Types
Expand All @@ -37,7 +37,7 @@
include_tnc_to_transit = False # AV to transit path type allowed
include_knr_to_transit = False # Kiss and Ride to Transit
include_delivery = False
include_telecommute = True
include_telecommute = False

##############################
# Pricing
Expand Down

0 comments on commit f32024b

Please sign in to comment.