Skip to content

Commit

Permalink
no land_use_taz in locals
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed May 2, 2024
1 parent 38c541d commit 08e50ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activitysim/abm/models/trip_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def _destination_sample(
"size_terms_array": size_term_matrix.df.to_numpy(),
"timeframe": "trip",
"land_use": state.get_dataframe("land_use"),
"land_use_taz": state.get_dataframe("land_use_taz"),
}
)
locals_dict.update(skims)
Expand Down

0 comments on commit 08e50ff

Please sign in to comment.