Skip to content

Commit

Permalink
remove unnecessary traffic assignment function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jalovaj2 committed Jan 10, 2025
1 parent 0858a5b commit b5fc9aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/assignment/assignment_period.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def assign(self, matrices: dict, iteration: Union[int,str]) -> Dict:
self._calc_background_traffic()
self._assign_cars(param.stopping_criteria_coarse)
self._calc_extra_wait_time()
self._assign_congested_transit()
self._assign_congested_transit() if param.always_congested else self._assign_transit()
elif isinstance(iteration, int) and iteration>1:
if not self._separate_emme_scenarios:
Expand Down

0 comments on commit b5fc9aa

Please sign in to comment.