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 units to haversine distance docstring #522

Merged
merged 3 commits into from
May 11, 2022

Conversation

bandersen23
Copy link
Contributor

Since the units returned are in kilometers, I added that to the docstring so it appears in documentation. Closes #137.

@bandersen23 bandersen23 requested a review from a team as a code owner May 9, 2022 22:09
@GPUtester
Copy link
Contributor

Can one of the admins verify this patch?

@github-actions github-actions bot added the Python Related to Python code label May 9, 2022
@harrism
Copy link
Member

harrism commented May 10, 2022

ok to test

@harrism harrism added doc Documentation non-breaking Non-breaking change labels May 10, 2022
@harrism
Copy link
Member

harrism commented May 10, 2022

Thanks for the doc fix @bandersen23 ! Seems your change caused a style check failure (line too long):

python/cuspatial/cuspatial/core/gis.py:100:80: E501 line too long (85 > 79 characters)

@harrism harrism requested a review from isVoid May 10, 2022 02:15
@bandersen23
Copy link
Contributor Author

Thanks @harrism! I just fixed the style check failures 👍

@harrism
Copy link
Member

harrism commented May 11, 2022

Since this is a doc-only change and it is passing, I think one approval is sufficient. @gpucibot merge

@harrism
Copy link
Member

harrism commented May 11, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 1256fc2 into rapidsai:branch-22.06 May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change Python Related to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Unit of haversine distance in haversine.cu
3 participants