Skip to content

Commit

Permalink
only am period for transit district to district summary
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishKuls committed Feb 2, 2024
1 parent 36b8066 commit 38d3b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2py/acceptance/simulated.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,8 @@ def _make_district_to_district_transit_summaries(self):
right_on=["origin", "destination", "time_period"],
)

s_df = s_df[s_df["time_period"] == "am"].copy()

for tech in self.c.transit_technology_abbreviation_dict.keys():
column_name = "simulated_{}_flow".format(tech.lower())
s_df[column_name] = (
Expand Down

0 comments on commit 38d3b1b

Please sign in to comment.