Skip to content

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Mar 31, 2022

Description

Importing KDTree is preferred to importing cKDTree

Fixes #437

Checklist

  • feature/fix implemented
  • code formatting ok (black and isort)
  • mypy returns no error
  • tests added/updated and pytest succeeds
  • documentation added/updated
    • command docstring and option/argument help
    • README.md updated (Feature Overview)
    • CHANGELOG.md updated
    • added new command to reference.rst
    • RTD doc updated and building with no error (make clean && make html in docs/)

@abey79 abey79 force-pushed the fix-KDTree-import branch from 22e7e93 to 40af35f Compare March 31, 2022 15:45
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #440 (40af35f) into master (27c6ecc) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #440   +/-   ##
=======================================
  Coverage   93.96%   93.96%           
=======================================
  Files          60       60           
  Lines        5288     5288           
  Branches      775      775           
=======================================
  Hits         4969     4969           
  Misses        204      204           
  Partials      115      115           
Impacted Files Coverage Δ
vpype/line_index.py 89.13% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27c6ecc...40af35f. Read the comment docs.

@abey79 abey79 merged commit 9d300d0 into master Mar 31, 2022
@abey79 abey79 deleted the fix-KDTree-import branch March 31, 2022 16:11
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.

Replace cKDTree by KDTree
1 participant