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

♻️ Remove POWER from sqlite-dist Calculations #769

Merged
merged 4 commits into from
Jan 19, 2024

Conversation

measty
Copy link
Collaborator

@measty measty commented Jan 12, 2024

Removes the use of POWER from distance calculations to address issue #692

Replaces use of POWER with explicit multiplication.

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3fb5686) 99.91% compared to head (8ff17df) 99.91%.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #769    +/-   ##
=========================================
  Coverage    99.91%   99.91%            
=========================================
  Files           69       69            
  Lines         8518     8518            
  Branches      1637     1382   -255     
=========================================
  Hits          8511     8511            
  Partials         7        7            

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

@shaneahmed shaneahmed changed the title remove power from sqlite dist calculations ♻️ Remove POWER from sqlite-dist Calculations Jan 17, 2024
@shaneahmed shaneahmed added the bug Something isn't working label Jan 17, 2024
@shaneahmed
Copy link
Member

This passes on Windows now. Thanks @measty

@shaneahmed shaneahmed added this to the Release v1.6.0 milestone Jan 19, 2024
@shaneahmed shaneahmed merged commit 8dc89f8 into develop Jan 19, 2024
26 checks passed
@shaneahmed shaneahmed deleted the remove-sqlite-power branch January 19, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On Windows tests raise an error sqlite3.OperationalError: no such function: POWER
2 participants