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 kShape for double array #91

Closed otorreno closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #91 into master will increase coverage by 0.01%. The diff coverage is 97.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   97.66%   97.68%   +0.01%     
==========================================
  Files          13       13              
  Lines        1627     1640      +13     
==========================================
+ Hits         1589     1602      +13     
  Misses         38       38
Impacted Files Coverage Δ
src/khiva/clustering.cpp 88.43% <97.36%> (+1.12%) :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 deca820...4ef9d4a. Read the comment docs.

otorreno commented 5 years ago

Oscar, it is better to avoid the first copy

Changed following your suggestion