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

TST: correct calculate_dist_matrix test #595

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

bifbof
Copy link
Collaborator

@bifbof bifbof commented Jan 7, 2024

fixes #593
It wasn't a bug. I just entered longitude, latitude into the function instead of latitude, longitude.
This PR fixes the test.

Copy link

codecov bot commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (495443f) 93.30% compared to head (a9a2820) 93.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #595      +/-   ##
==========================================
- Coverage   93.30%   93.29%   -0.01%     
==========================================
  Files          33       33              
  Lines        2076     2073       -3     
  Branches      368      368              
==========================================
- Hits         1937     1934       -3     
  Misses        127      127              
  Partials       12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hongyeehh hongyeehh merged commit 15f071b into mie-lab:master Jan 7, 2024
8 checks passed
@bifbof bifbof deleted the haversine_dist branch January 7, 2024 20:48
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.

BUG: point_haversine_dist is not precise enough
2 participants