Skip to content

Commit

Permalink
run explicit telecommute before cdap
Browse files Browse the repository at this point in the history
  • Loading branch information
yueshuaing committed Jan 22, 2025
1 parent 5cc331e commit b983ed1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions activitysim/abm/models/explicit_telecommute.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ def explicit_telecommute(

choosers = persons_merged
chooser_filter_column_name = model_settings.CHOOSER_FILTER_COLUMN_NAME
choosers = choosers[
(choosers[chooser_filter_column_name])
& (choosers.cdap_activity == "M")
]
choosers = choosers[(choosers[chooser_filter_column_name])]
logger.info("Running %s with %d persons", trace_label, len(choosers))

estimator = estimation.manager.begin_estimation(state, "explicit_telecommute")
Expand Down

0 comments on commit b983ed1

Please sign in to comment.