FRBs / sigpyproc3

Python3 version of Ewan Barr's sigpyproc library
https://sigpyproc3.readthedocs.io
MIT License
14 stars 11 forks source link

Added tests #12

Closed pravirkr closed 3 years ago

pravirkr commented 3 years ago

Full test coverage. FFT and running stats tests are based on NumPy. Some of the methods are not working properly.

codecov-io commented 3 years ago

Codecov Report

Merging #12 (0b209f2) into master (af62ce2) will increase coverage by 21.87%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #12       +/-   ##
===========================================
+ Coverage   30.18%   52.05%   +21.87%     
===========================================
  Files          12        9        -3     
  Lines        1133     1068       -65     
===========================================
+ Hits          342      556      +214     
+ Misses        791      512      -279     
Impacted Files Coverage Δ
setup.py
sigpyproc/__init__.py
sigpyproc/Filterbank.py 28.89% <0.00%> (+13.68%) :arrow_up:
sigpyproc/Utils.py 45.71% <0.00%> (+14.28%) :arrow_up:
sigpyproc/FourierSeries.py 53.04% <0.00%> (+26.08%) :arrow_up:
sigpyproc/Header.py 83.07% <0.00%> (+27.16%) :arrow_up:
sigpyproc/Readers.py 60.21% <0.00%> (+38.70%) :arrow_up:
sigpyproc/TimeSeries.py 65.38% <0.00%> (+41.34%) :arrow_up:

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 af62ce2...0b209f2. Read the comment docs.