shapelets / khiva

An open-source library of algorithms to analyse time series in GPU and CPU.
https://khiva.readthedocs.io/
Mozilla Public License 2.0
228 stars 30 forks source link

Fix precission issue computing stddev #121

Closed jrecuerda closed 5 years ago

jrecuerda commented 5 years ago

When using OpenCL backend some NaNs appear in the standard deviation due to a precission issue.

Make sure you have checked all steps below.

Description

Tests

Benchmarks

Commits

License

Documentation

codecov[bot] commented 5 years ago

Codecov Report

Merging #121 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          16       16           
  Lines        1722     1722           
=======================================
  Hits         1682     1682           
  Misses         40       40
Impacted Files Coverage Δ
src/khiva/matrixInternal.cpp 100% <100%> (ø) :arrow_up:

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 659604d...2d2be39. Read the comment docs.