Skip to content

Commit f32024b

Browse files
ModellerModeller
Modeller
authored and
Modeller
committed
Fixing default run settings.
1 parent 9dea340 commit f32024b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

input_configuration.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
##############################
1313
# Initial Setup
1414
##############################
15-
run_accessibility_calcs = False
16-
run_setup_emme_project_folders = False
17-
run_setup_emme_bank_folders = False
18-
run_copy_scenario_inputs = False
19-
run_import_networks = False
15+
run_accessibility_calcs = True
16+
run_setup_emme_project_folders = True
17+
run_setup_emme_bank_folders = True
18+
run_copy_scenario_inputs = True
19+
run_import_networks = True
2020

2121
##############################
2222
# Model Procedures
2323
##############################
24-
run_skims_and_paths_free_flow = False
25-
run_skims_and_paths = False
26-
run_truck_model = False
27-
run_supplemental_trips = False
24+
run_skims_and_paths_free_flow = True
25+
run_skims_and_paths = True
26+
run_truck_model = True
27+
run_supplemental_trips = True
2828
run_daysim = True
29-
run_summaries = False
29+
run_summaries = True
3030

3131
##############################
3232
# Modes and Path Types
@@ -37,7 +37,7 @@
3737
include_tnc_to_transit = False # AV to transit path type allowed
3838
include_knr_to_transit = False # Kiss and Ride to Transit
3939
include_delivery = False
40-
include_telecommute = True
40+
include_telecommute = False
4141

4242
##############################
4343
# Pricing

0 commit comments

Comments
 (0)