Skip to content

Attempt to fix import error #24

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Attempt to fix import error #24

wants to merge 17 commits into from

Conversation

pkadambi
Copy link

@pkadambi pkadambi commented Mar 2, 2016

No description provided.

"""
mean_d = 0
for i in points:
dist_nearest=1e9
Copy link
Contributor

Choose a reason for hiding this comment

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

math.inf? It is important because we do not know the unit. 1e9 is really large until it is micrometers between New York and Los Angeles.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks, I changed this problem

@jlaura
Copy link
Contributor

jlaura commented Mar 16, 2016

👍

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.

2 participants