We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63a0b85 + dcdbb56 commit fc06d62Copy full SHA for fc06d62
activitysim/abm/models/joint_tour_participation.py
@@ -432,7 +432,7 @@ def joint_tour_participation(
432
# its value depends on whether the candidate's 'participant_id' is in the joint_tour_participant index
433
survey_participants_df = estimator.get_survey_table("joint_tour_participants")
434
participate = pd.Series(
435
- choices.index.isin(survey_participants_df.participant_id), index=choices.index
+ choices.index.isin(survey_participants_df.index.values), index=choices.index
436
)
437
438
# but estimation software wants to know the choices value (alternative index)
0 commit comments