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
360 stars 62 forks source link

#71 - change no window found warning to an explicit exception #72

Closed tylerwmarrs closed 3 years ago

tylerwmarrs commented 3 years ago

This is a work in progress. I still need to adjust the minimum threshold bound.

lgtm-com[bot] commented 3 years ago

This pull request introduces 1 alert when merging 03d378039e4e235813c8196065aff89f1a05351d into 0d395b980177be866b64ca9138b9846ee8314a65 - view on LGTM.com

new alerts:

lgtm-com[bot] commented 3 years ago

This pull request introduces 1 alert when merging d3bf261c48ff5b4a19c51f259d397e3b6eedcaed into 0d395b980177be866b64ca9138b9846ee8314a65 - view on LGTM.com

new alerts:

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (d3bf261) into master (0d395b9) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   92.18%   92.19%           
=======================================
  Files          30       31    +1     
  Lines        2316     2318    +2     
=======================================
+ Hits         2135     2137    +2     
  Misses        181      181           
Impacted Files Coverage Δ
matrixprofile/algorithms/skimp.py 91.71% <100.00%> (ø)
matrixprofile/exceptions.py 100.00% <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 0d395b9...d3bf261. Read the comment docs.