Skip to content

Commit 688539e

Browse files
committed
format with black
1 parent e62f28b commit 688539e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

activitysim/abm/models/joint_tour_participation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ def joint_tour_participation(
432432
# its value depends on whether the candidate's 'participant_id' is in the joint_tour_participant index
433433
survey_participants_df = estimator.get_survey_table("joint_tour_participants")
434434
participate = pd.Series(
435-
choices.index.isin(survey_participants_df.participant_id), index=choices.index
435+
choices.index.isin(survey_participants_df.participant_id),
436+
index=choices.index,
436437
)
437438

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

0 commit comments

Comments
 (0)