laszukdawid / PyEMD

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

Few fixes #50

Closed laszukdawid closed 5 years ago

laszukdawid commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@70c6eac). Click here to learn what that means. The diff coverage is 88.46%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #50   +/-   ##
=========================================
  Coverage          ?   67.58%           
=========================================
  Files             ?       17           
  Lines             ?     1817           
  Branches          ?      176           
=========================================
  Hits              ?     1228           
  Misses            ?      559           
  Partials          ?       30
Impacted Files Coverage Δ
PyEMD/__init__.py 100% <ø> (ø)
PyEMD/BEMD.py 22.33% <0%> (ø)
PyEMD/EMD.py 87.32% <100%> (ø)
PyEMD/tests/test_bemd.py 26.25% <100%> (ø)
PyEMD/tests/test_extrema.py 100% <100%> (ø)
PyEMD/tests/test_emd2d.py 13.7% <100%> (ø)
PyEMD/splines.py 100% <100%> (ø)
PyEMD/EMD2d.py 16.31% <66.66%> (ø)

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 70c6eac...bbe9557. Read the comment docs.