Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage for geo coordinates that wrap #18

Open
mtlynch opened this issue Jun 3, 2015 · 0 comments
Open

Add test coverage for geo coordinates that wrap #18

mtlynch opened this issue Jun 3, 2015 · 0 comments

Comments

@mtlynch
Copy link
Contributor

mtlynch commented Jun 3, 2015

util/distance.py does not have any test coverage for cases where the shortest path between two points wraps the high end of the lat/lon range:

e.g.:
(0, 175) to (0, -175)
(-85, 0) to (85, 0)

mtlynch added a commit that referenced this issue Jun 3, 2015
Fixes LookupQuery's handling of address family parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant