argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
839 stars 240 forks source link

Custom map path + removed unused import. #207

Closed benjaminrwilson closed 3 years ago

benjaminrwilson commented 3 years ago

Updated custom map path and removed an unused import in map_api.py

johnwlambert commented 3 years ago

Thanks @benjaminrwilson, it looks good. But CI is still failing because of the 3.6. So does Tox no longer support 3.6? I'm fine removing 3.6 if we add 3.8 instead

benjaminrwilson commented 3 years ago

Hmm, py36 doesn't appear to be deprecated from the project page: https://github.com/tox-dev/tox. Maybe related to this: https://github.com/tox-dev/tox/issues/1975?

johnwlambert commented 3 years ago

Thanks @benjaminrwilson