diff --git a/docs/abmexample.rst b/docs/abmexample.rst index f04e7c153..8b15cea84 100644 --- a/docs/abmexample.rst +++ b/docs/abmexample.rst @@ -323,8 +323,7 @@ is the main settings file for the model run. This file includes: * ``county_map`` - mapping of county codes to county names * ``skim_time_periods`` - time period upper bound values and labels * ``time_window`` - total duration (in minutes) of the modeled time span (Default: 1440 minutes (24 hours)) - * ``period_minutes`` - length of time (in minutes) each model time period represents. Must be whole - factor of ``time_window``. (Default: 60 minutes) + * ``period_minutes`` - length of time (in minutes) each model time period represents. Must be whole factor of ``time_window``. (Default: 60 minutes) * ``periods`` - Breakpoints that define the aggregate periods for skims and assignment * ``labels`` - Labels to define names for aggregate periods for skims and assignment diff --git a/scripts/verify_results.py b/scripts/verify_results.py index 63eb3f7ba..9e9d8abfd 100644 --- a/scripts/verify_results.py +++ b/scripts/verify_results.py @@ -16,7 +16,7 @@ distance_matrix_filename = "asim/skims.omx" asim_nmtf_alts_filename = "asim/non_mandatory_tour_frequency_alternatives.csv" -process_sp = True # False skip work/sch shadow pricing comparisons, True do them +process_sp = True # False skip work/sch shadow pricing comparisons, True do them process_tm1 = True # False only processes asim, True processes tm1 as well asim_sp_work_filename = "asim/shadow_price_workplace_modeled_size_10.csv"