Skip to content

Commit

Permalink
comment out unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 10, 2023
1 parent 3748f35 commit 245b872
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
METADATA:
CHOOSER: trips_merged
INPUT:
persons:
trips:
tours:
OUTPUT:
trips:
- parking_zone_id
#METADATA:
# CHOOSER: trips_merged
# INPUT:
# persons:
# trips:
# tours:
# OUTPUT:
# trips:
# - parking_zone_id

SPECIFICATION: parking_location_choice.csv
COEFFICIENTS: parking_location_choice_coeffs.csv
Expand All @@ -30,7 +30,7 @@ SEGMENTS:
- mandatory_free
- mandatory_pay
- nonmandatory

ALT_DEST_COL_NAME: parking_zone_id
TRIP_ORIGIN: origin
TRIP_DESTINATION: destination
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
METADATA:
CHOOSER: tours
INPUT:
persons:
trips:
tours:
OUTPUT:
trips:
- start_period
- end_period
#METADATA:
# CHOOSER: tours
# INPUT:
# persons:
# trips:
# tours:
# OUTPUT:
# trips:
# - start_period
# - end_period

SPECIFICATION: trip_departure_choice.csv
COEFFICIENTS: trip_departure_choice_coeff.csv
#COEFFICIENTS: trip_departure_choice_coeff.csv


PREPROCESSOR:
SPEC: trip_departure_choice_preprocessor
DF: trips
TABLES:
- tours
- tours
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
METADATA:
CHOOSER: tours
INPUT:
persons:
trips:
tours:
OUTPUT:
trips:
- start_period
- end_period
#METADATA:
# CHOOSER: tours
# INPUT:
# persons:
# trips:
# tours:
# OUTPUT:
# trips:
# - start_period
# - end_period

SPECIFICATION: trip_scheduling_choice.csv
COEFFICIENTS: trip_scheduling_choice_coeff.csv
#COEFFICIENTS: trip_scheduling_choice_coeff.csv

SAMPLE_ALTERNATIVES: trip_departure_sample_patterns.csv
#SAMPLE_ALTERNATIVES: trip_departure_sample_patterns.csv

PREPROCESSOR:
SPEC: trip_scheduling_choice_preprocessor
DF: tours
TABLES:
- persons
- trips
- trips

0 comments on commit 245b872

Please sign in to comment.