laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

Doc #6

Closed laszukdawid closed 7 years ago

laszukdawid commented 7 years ago

Adding initial documentation #5

codecov-io commented 7 years ago

Codecov Report

Merging #6 into master will decrease coverage by 6.81%. The diff coverage is 70.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   89.22%   82.41%   -6.82%     
==========================================
  Files           9       10       +1     
  Lines        1012      893     -119     
  Branches      110      114       +4     
==========================================
- Hits          903      736     -167     
- Misses         76      101      +25     
- Partials       33       56      +23
Impacted Files Coverage Δ
PyEMD/tests/test_eemd.py 100% <100%> (ø) :arrow_up:
PyEMD/tests/test_imf.py 100% <100%> (ø) :arrow_up:
PyEMD/tests/test_extrema.py 100% <100%> (ø) :arrow_up:
PyEMD/tests/test_splines.py 100% <100%> (ø) :arrow_up:
PyEMD/EEMD.py 79.41% <50%> (-20.59%) :arrow_down:
PyEMD/EMD.py 70.1% <69.87%> (-7.8%) :arrow_down:
PyEMD/__init__.py 85.71% <85.71%> (ø)
__init__.py 88.5% <0%> (-6.62%) :arrow_down:

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 31d7e9c...e47584a. Read the comment docs.