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

LatLon removed #83

Merged
merged 1 commit into from
Feb 13, 2016
Merged

LatLon removed #83

merged 1 commit into from
Feb 13, 2016

Conversation

zserg
Copy link
Contributor

@zserg zserg commented Feb 12, 2016

This PR is to remove LatLon library from the project (#44). Changes in tests solves the problem of float comparision.

def isclose(a, b, rel_tol = 1e-8):
diff = abs(a - b)
return (diff <= abs(rel_tol * a) and
diff <= abs(rel_tol * b))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this :)

@jmathai jmathai merged commit b686e7c into jmathai:master Feb 13, 2016
@jmathai jmathai mentioned this pull request Feb 13, 2016
@zserg zserg deleted the gh-44 branch February 16, 2016 18:20
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

Successfully merging this pull request may close these issues.

None yet

2 participants