Skip to content

Commit

Permalink
Merge branch 'sim2-clasmethod-and-calib-helpers' of https://github.co…
Browse files Browse the repository at this point in the history
…m/johnwlambert/argoverse-api into sim2-clasmethod-and-calib-helpers
  • Loading branch information
John Lambert committed Jun 23, 2021
2 parents 97ab701 + 80d8651 commit 59a971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argoverse/data_loading/simple_track_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, data_dir: str, labels_dir: str) -> None:
self.sdb = SynchronizationDB(data_dir)

def get_city_name(self, log_id: str) -> str:
"""Return the name of the city where the log of interest was cpatured.
"""Return the name of the city where the log of interest was captured.
Args:
log_id: str
Expand Down

0 comments on commit 59a971f

Please sign in to comment.