Skip to content

Commit

Permalink
Merge pull request #228 from SANDAG/reporter_fix
Browse files Browse the repository at this point in the history
Remove rename in travel time reporter
  • Loading branch information
JoeJimFlood authored Oct 29, 2024
2 parents 8522ff4 + d6fe458 commit 8f22ea7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/python/TravelTimeReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ def read_active_skims(self):
"skims",
self.settings["active_skim_files"][skim_name]
)
).rename(
columns = {
"OMAZ": "i",
"DMAZ": "j",
}
).set_index(
["i", "j"]
)
Expand Down

0 comments on commit 8f22ea7

Please sign in to comment.