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 eventrelated enhancement - 0.1.99 #31

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Final release before 0.2.0 fingers crossed

codecov[bot] commented 7 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.17%. The diff coverage is 6.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   32.85%   32.68%   -0.18%     
==========================================
  Files          31       31              
  Lines        3430     3451      +21     
==========================================
+ Hits         1127     1128       +1     
- Misses       2303     2323      +20
Impacted Files Coverage Δ
neurokit/eeg/eeg_complexity.py 9.45% <ø> (ø) :arrow_up:
neurokit/eeg/eeg_preprocessing.py 10.93% <ø> (+1.41%) :arrow_up:
neurokit/bio/bio_ecg.py 66.34% <0%> (-2.18%) :arrow_down:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/eeg/eeg_erp.py 18.75% <100%> (ø) :arrow_up:
neurokit/eeg/eeg_time_frequency.py 8.4% <100%> (ø) :arrow_up:
neurokit/eeg/eeg_data.py 9.16% <6.25%> (-0.84%) :arrow_down:

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 fa25169...09aeb9d. Read the comment docs.