neuropsychology / NeuroKit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
http://neurokit.rtfd.io
MIT License
365 stars 102 forks source link

improves testing 2 #19

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

changed the name and moved some functions from misc and statistics. Might want to clarify those aspects of the package later.

codecov[bot] commented 7 years ago

Codecov Report

Merging #19 into master will increase coverage by 2.26%. The diff coverage is 82.6%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #19      +/-   ##
========================================
+ Coverage   35.73%    38%   +2.26%     
========================================
  Files          29     29              
  Lines        2689   2560     -129     
========================================
+ Hits          961    973      +12     
+ Misses       1728   1587     -141
Impacted Files Coverage Δ
neurokit/bio/bio_ecg.py 75.35% <ø> (ø) :arrow_up:
neurokit/statistics/plot.py 13.51% <ø> (ø) :arrow_up:
tests/tests.py 96.61% <100%> (+0.31%) :arrow_up:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/miscellaneous/miscellaneous.py 62.62% <66.66%> (+0.26%) :arrow_up:
neurokit/statistics/statistics.py 50.94% <81.81%> (+38.5%) :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 3dea728...c660cea. Read the comment docs.