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

Initial #33

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

Initial PR of 0.2.0

MANY MANY MANY breaking changes

codecov[bot] commented 7 years ago

Codecov Report

Merging #33 into master will increase coverage by 2.95%. The diff coverage is 33.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   32.68%   35.64%   +2.95%     
==========================================
  Files          31       29       -2     
  Lines        3451     3044     -407     
==========================================
- Hits         1128     1085      -43     
+ Misses       2323     1959     -364
Impacted Files Coverage Δ
neurokit/statistics/__init__.py 100% <ø> (ø) :arrow_up:
neurokit/eeg/__init__.py 100% <ø> (ø) :arrow_up:
neurokit/signal/events.py 9.09% <ø> (-37.5%) :arrow_down:
neurokit/statistics/statistics.py 100% <ø> (+10.34%) :arrow_up:
neurokit/miscellaneous/miscellaneous.py 88.57% <ø> (-0.32%) :arrow_down:
neurokit/signal/signal.py 100% <ø> (+56.66%) :arrow_up:
neurokit/statistics/routines.py 63.73% <100%> (ø) :arrow_up:
neurokit/bio/bio_ecg.py 66.34% <100%> (ø) :arrow_up:
neurokit/__init__.py 100% <100%> (ø) :arrow_up:
neurokit/bio/bio_emg.py 12.12% <12.82%> (-2.17%) :arrow_down:
... and 17 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 79c163a...3e70d8b. Read the comment docs.