holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 23 forks source link

Update test reference case for rename to TimeSeriesClustering #116

Closed holgerteichgraeber closed 5 years ago

holgerteichgraeber commented 5 years ago

I updated the jld2 file for the test cases, just reran under the new package. Let's see if it passes travis.

codecov[bot] commented 5 years ago

Codecov Report

Merging #116 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   64.49%   64.49%           
=======================================
  Files           9        9           
  Lines         521      521           
=======================================
  Hits          336      336           
  Misses        185      185

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 3f1f146...e2c884a. Read the comment docs.

holgerteichgraeber commented 5 years ago

Pushing this right away to master because we should make this v0.5.1 once merged. Codecov and the documentation should work after this too.