Skip to content

Commit

Permalink
landuse available in trip destination
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 7, 2024
1 parent 0630659 commit 4201d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activitysim/abm/models/trip_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def _destination_sample(
"size_terms": size_term_matrix,
"size_terms_array": size_term_matrix.df.to_numpy(),
"timeframe": "trip",
"land_use": inject.get_table("land_use").to_frame(),
}
)
locals_dict.update(skims)
Expand Down Expand Up @@ -925,6 +926,7 @@ def trip_destination_simulate(
"size_terms": size_term_matrix,
"size_terms_array": size_term_matrix.df.to_numpy(),
"timeframe": "trip",
"land_use": inject.get_table("land_use").to_frame(),
}
)
locals_dict.update(skims)
Expand Down

0 comments on commit 4201d36

Please sign in to comment.