Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jul 22, 2024
1 parent d479415 commit 7767f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tm2py/acceptance/simulated.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,8 @@ def _make_simulated_maz_data(self):
self._make_taz_district_crosswalk()

return

def _make_taz_district_crosswalk(self):

def _make_taz_district_crosswalk(self):
df = self.simulated_maz_data_df[["TAZ_ORIGINAL", "DistID"]].copy()
df = df.rename(columns={"TAZ_ORIGINAL": "taz", "DistID": "district"})
self.taz_to_district_df = df.drop_duplicates().reset_index(drop=True)
Expand Down

0 comments on commit 7767f83

Please sign in to comment.