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.1.5 #13

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Major enhancement of HRV, RSA, heart and respiration rate.

codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.5%. The diff coverage is 86.16%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #13     +/-   ##
=========================================
+ Coverage   31.78%   32.28%   +0.5%     
=========================================
  Files          29       29             
  Lines        2640     2651     +11     
=========================================
+ Hits          839      856     +17     
+ Misses       1801     1795      -6
Impacted Files Coverage Δ
neurokit/signal/signal.py 43.33% <100%> (+8.71%) :arrow_up:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/bio/bio_eda.py 63.2% <100%> (ø) :arrow_up:
neurokit/bio/bio_meta.py 60% <42.85%> (ø) :arrow_up:
neurokit/bio/bio_rsp.py 51.63% <75%> (-2.27%) :arrow_down:
neurokit/bio/bio_ecg.py 70.38% <88.72%> (+3%) :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 7439d45...c571ff4. Read the comment docs.