Skip to content

Commit

Permalink
comment for persons_merged issue 853
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Apr 18, 2024
1 parent 053f586 commit be1a097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activitysim/abm/models/auto_ownership.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def auto_ownership_simulate(
state: workflow.State,
households: pd.DataFrame,
households_merged: pd.DataFrame,
# FIXME: persons_merged not used but included, see #853
persons_merged: pd.DataFrame,
model_settings: AutoOwnershipSettings | None = None,
model_settings_file_name: str = "auto_ownership.yaml",
Expand Down

0 comments on commit be1a097

Please sign in to comment.