You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #130 implemented a bugfix for the NxMap.nearest_road method. It would be nice to include a set of unit tests testing this method to make sure that it's returning the nearest road each time.
One idea would be to create a "dummy" road map and then find the nearest to a point using some kind of GIS software.
The text was updated successfully, but these errors were encountered:
PR #130 implemented a bugfix for the
NxMap.nearest_road
method. It would be nice to include a set of unit tests testing this method to make sure that it's returning the nearest road each time.One idea would be to create a "dummy" road map and then find the nearest to a point using some kind of GIS software.
The text was updated successfully, but these errors were encountered: