Skip to content

Commit

Permalink
Merge pull request #793 from camsys/oops
Browse files Browse the repository at this point in the history
rollback mistaken merge
  • Loading branch information
jpn-- authored Feb 6, 2024
2 parents 63a0b85 + dcdbb56 commit fc06d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/abm/models/joint_tour_participation.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def joint_tour_participation(
# its value depends on whether the candidate's 'participant_id' is in the joint_tour_participant index
survey_participants_df = estimator.get_survey_table("joint_tour_participants")
participate = pd.Series(
choices.index.isin(survey_participants_df.participant_id), index=choices.index
choices.index.isin(survey_participants_df.index.values), index=choices.index
)

# but estimation software wants to know the choices value (alternative index)
Expand Down

0 comments on commit fc06d62

Please sign in to comment.