Skip to content

Commit

Permalink
minor edits [makedocs]
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekyadav26 committed Nov 6, 2023
1 parent 13cfa28 commit a24d8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion activitysim/abm/models/work_from_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class WorkFromHomeSettings(LogitComponentSettings, extra="forbid"):
"""Setting for the preprocessor."""

WORK_FROM_HOME_ALT: int
""" """ # TODO
"""Value that specify if the person is working from home""" # TODO

WORK_FROM_HOME_ITERATIONS: int | None = None
"""Setting to specify the number of iterations."""
Expand Down
4 changes: 2 additions & 2 deletions docs/dev-guide/components/write_trip_matrices.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Write open matrix (OMX) trip matrices for assignment. Reads the trips table pos
to code additional data fields, with one data fields for each matrix specified. The matrices are scaled by a
household level expansion factor, which is the household sample rate by default, which is calculated when
households are read in at the beginning of a model run. The main interface to write trip
matrices is the [write_trip_matrices](activitysim.abm.models.trip_matrices.write_trip_matrices) function. This function
is registered as an Inject step in the example Pipeline.
matrices is the [write_trip_matrices](activitysim.abm.models.trip_matrices.write_trip_matrices) function.
This function is registered as an Inject step in the example Pipeline.

## Structure

Expand Down

0 comments on commit a24d8e4

Please sign in to comment.