matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
362 stars 62 forks source link

adding window size check to analyze function #43

Open frankiecancino opened 4 years ago

frankiecancino commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will increase coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   91.79%   91.80%   +0.01%     
==========================================
  Files          29       29              
  Lines        2205     2208       +3     
==========================================
+ Hits         2024     2027       +3     
  Misses        181      181              
Impacted Files Coverage Δ
matrixprofile/analyze.py 96.72% <75.00%> (+0.16%) :arrow_up:
matrixprofile/compute.py 92.10% <100.00%> (ø)

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 5fa68ae...42e3161. Read the comment docs.

tylerwmarrs commented 4 years ago

@frankiecancino do you have some time to fix the merge conflicts?

frankiecancino commented 4 years ago

Yeah, this PR is a little outdated. I'll pull in the new changes and try to fix this code coverage. I was working on this one night then just lost track