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

0 2 6 #63

Closed DominiqueMakowski closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #63 into master will increase coverage by 21.08%. The diff coverage is 94.9%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #63       +/-   ##
===========================================
+ Coverage   13.49%   34.57%   +21.08%     
===========================================
  Files          31       31               
  Lines        2001     2010        +9     
===========================================
+ Hits          270      695      +425     
+ Misses       1731     1315      -416
Impacted Files Coverage Δ
neurokit/bio/bio_rsp.py 8.51% <0%> (ø) :arrow_up:
tests/test_signal.py 100% <100%> (+45%) :arrow_up:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/bio/bio_data.py 9.21% <100%> (+0.11%) :arrow_up:
tests/test_ecg.py 100% <100%> (ø)
neurokit/bio/bio_meta.py 19.04% <100%> (ø) :arrow_up:
tests/test_statistics.py 100% <100%> (+64.58%) :arrow_up:
tests/test_miscellaneous.py 100% <100%> (+59.37%) :arrow_up:
tests/tests.py 91.66% <100%> (-8.34%) :arrow_down:
neurokit/signal/signal.py 100% <100%> (+66.66%) :arrow_up:
... and 10 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 867655f...1f108a1. Read the comment docs.