johannfaouzi / pyts

A Python package for time series classification
https://pyts.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.76k stars 163 forks source link

Clean up code and tests based on coverage report #112

Closed johannfaouzi closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #112 (6f9b204) into main (5b8d9a2) will increase coverage by 0.50%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   98.54%   99.04%   +0.50%     
==========================================
  Files          97       97              
  Lines        5434     5453      +19     
==========================================
+ Hits         5355     5401      +46     
+ Misses         79       52      -27     
Impacted Files Coverage Δ
pyts/classification/tests/test_bossvs.py 100.00% <ø> (ø)
pyts/datasets/tests/test_make.py 100.00% <ø> (ø)
pyts/metrics/dtw.py 100.00% <ø> (+2.25%) :arrow_up:
pyts/transformation/shapelet_transform.py 100.00% <ø> (+0.77%) :arrow_up:
...ts/transformation/tests/test_shapelet_transform.py 100.00% <ø> (ø)
pyts/approximation/tests/test_dft.py 100.00% <100.00%> (ø)
pyts/classification/tests/test_saxvsm.py 100.00% <100.00%> (ø)
pyts/metrics/__init__.py 100.00% <100.00%> (ø)
pyts/metrics/tests/test_dtw.py 100.00% <100.00%> (ø)
...ivariate/classification/tests/test_multivariate.py 100.00% <100.00%> (ø)
... and 13 more

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 5b8d9a2...6f9b204. Read the comment docs.