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

Ecg process flexibility #28

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Allow the user to skip some steps such as HRV or signal quality computation

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.11%. The diff coverage is 93.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   38.81%   38.92%   +0.11%     
==========================================
  Files          31       31              
  Lines        2628     2633       +5     
==========================================
+ Hits         1020     1025       +5     
  Misses       1608     1608
Impacted Files Coverage Δ
neurokit/bio/bio_meta.py 60% <100%> (ø) :arrow_up:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/bio/bio_ecg.py 73.3% <92.94%> (+0.48%) :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 5f949b8...ae77f0a. Read the comment docs.