Skip to content

Commit

Permalink
sampling in EDB for location choice
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 7, 2024
1 parent 150d593 commit 8071068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activitysim/abm/models/location_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def run_location_sample(
survey_choices["person_id"].isin(choices.index)
& (survey_choices.alt_dest > 0)
]

# merging survey destination into table if not available
joined_data = survey_choices.merge(
choices, on=["person_id", "alt_dest"], how="left", indicator=True
Expand Down

0 comments on commit 8071068

Please sign in to comment.