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

Kdtrees #11

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Kdtrees #11

merged 3 commits into from
Apr 29, 2024

Conversation

funkey
Copy link
Member

@funkey funkey commented Apr 25, 2024

Proposed Change

Use KDTrees to speed up candidate edge extraction.

Checklist

Go through these things before merge. Actions should run automatically to test them, but for information on how to run locally, see CONTRIBUTING.md.

  • I have added tests that prove that my feature works in various situations or tests the bugfix (if applicable).
  • I have checked that the tests pass and I maintained or improved test coverage (if applicable).
  • I have written docstrings and checked that they render correctly in the documentation build.
  • I have checked that mypy type checking passes.

@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.83%. Comparing base (6c43c0a) to head (9c98010).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   83.56%   83.83%   +0.27%     
==========================================
  Files          12       12              
  Lines         292      297       +5     
==========================================
+ Hits          244      249       +5     
  Misses         48       48              

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

funkey added 2 commits April 25, 2024 13:49
Distances are implied by the incident node positions.
@cmalinmayor cmalinmayor merged commit 4221b06 into main Apr 29, 2024
6 checks passed
@cmalinmayor cmalinmayor deleted the kdtrees branch July 25, 2024 00:49
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.

3 participants