Skip to content

Commit

Permalink
Merge branch 'main' into trip_dest_alts_preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed May 9, 2024
2 parents 17826ed + 1cb48c7 commit 96483c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activitysim/abm/models/trip_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -1336,8 +1336,6 @@ def run_trip_destination(
# returns a series of size_terms for each chooser's dest_zone_id and purpose with chooser index
size_term_matrix = DataFrameMatrix(alternatives)

# don't need size terms in alternatives, just zone_id index
alternatives = alternatives.drop(alternatives.columns, axis=1)
alternatives.index.name = model_settings.ALT_DEST_COL_NAME

sample_list = []
Expand Down

0 comments on commit 96483c0

Please sign in to comment.