Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler committed Dec 31, 2019
1 parent f48a530 commit d87b081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/abmexample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/verify_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d87b081

Please sign in to comment.