Skip to content

Commit 245b872

Browse files
committed
comment out unused settings
1 parent 3748f35 commit 245b872

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

activitysim/examples/prototype_arc/configs/parking_location_choice.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
METADATA:
2-
CHOOSER: trips_merged
3-
INPUT:
4-
persons:
5-
trips:
6-
tours:
7-
OUTPUT:
8-
trips:
9-
- parking_zone_id
1+
#METADATA:
2+
# CHOOSER: trips_merged
3+
# INPUT:
4+
# persons:
5+
# trips:
6+
# tours:
7+
# OUTPUT:
8+
# trips:
9+
# - parking_zone_id
1010

1111
SPECIFICATION: parking_location_choice.csv
1212
COEFFICIENTS: parking_location_choice_coeffs.csv
@@ -30,7 +30,7 @@ SEGMENTS:
3030
- mandatory_free
3131
- mandatory_pay
3232
- nonmandatory
33-
33+
3434
ALT_DEST_COL_NAME: parking_zone_id
3535
TRIP_ORIGIN: origin
3636
TRIP_DESTINATION: destination
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
METADATA:
2-
CHOOSER: tours
3-
INPUT:
4-
persons:
5-
trips:
6-
tours:
7-
OUTPUT:
8-
trips:
9-
- start_period
10-
- end_period
1+
#METADATA:
2+
# CHOOSER: tours
3+
# INPUT:
4+
# persons:
5+
# trips:
6+
# tours:
7+
# OUTPUT:
8+
# trips:
9+
# - start_period
10+
# - end_period
1111

1212
SPECIFICATION: trip_departure_choice.csv
13-
COEFFICIENTS: trip_departure_choice_coeff.csv
13+
#COEFFICIENTS: trip_departure_choice_coeff.csv
1414

1515

1616
PREPROCESSOR:
1717
SPEC: trip_departure_choice_preprocessor
1818
DF: trips
1919
TABLES:
20-
- tours
20+
- tours
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
METADATA:
2-
CHOOSER: tours
3-
INPUT:
4-
persons:
5-
trips:
6-
tours:
7-
OUTPUT:
8-
trips:
9-
- start_period
10-
- end_period
1+
#METADATA:
2+
# CHOOSER: tours
3+
# INPUT:
4+
# persons:
5+
# trips:
6+
# tours:
7+
# OUTPUT:
8+
# trips:
9+
# - start_period
10+
# - end_period
1111

1212
SPECIFICATION: trip_scheduling_choice.csv
13-
COEFFICIENTS: trip_scheduling_choice_coeff.csv
13+
#COEFFICIENTS: trip_scheduling_choice_coeff.csv
1414

15-
SAMPLE_ALTERNATIVES: trip_departure_sample_patterns.csv
15+
#SAMPLE_ALTERNATIVES: trip_departure_sample_patterns.csv
1616

1717
PREPROCESSOR:
1818
SPEC: trip_scheduling_choice_preprocessor
1919
DF: tours
2020
TABLES:
2121
- persons
22-
- trips
22+
- trips

0 commit comments

Comments
 (0)