NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
57 stars 19 forks source link

Update test osm to use cached graph #145

Closed nreinicke closed 1 year ago

nreinicke commented 1 year ago

Updates the osm graph test by isolating the download function. Now, the graph is cached locally and just loaded into the unit test.

The tests seem to run much faster after this.

Closes #132

nreinicke commented 1 year ago

@jhoshiko @machallboyd @Rowlando13 - I'll plan to merge this today; let me know if you think otherwise.