TissueImageAnalytics / tiatoolbox

Computational Pathology Toolbox developed by TIA Centre, University of Warwick.
https://warwick.ac.uk/tia
Other
340 stars 71 forks source link

♻️ Remove `POWER` from sqlite-dist Calculations #769

Closed measty closed 5 months ago

measty commented 5 months ago

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

Replaces use of POWER with explicit multiplication.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shaneahmed commented 5 months ago

This passes on Windows now. Thanks @measty