meta00 / vital_sqi

A package for physiological signal quality control
MIT License
31 stars 11 forks source link

Pre process missing #10

Closed Koaha closed 3 years ago

Koaha commented 3 years ago

Merge branch "preprocess missing data and fix removal functions"

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (75f43b9) into main (d735d42) will decrease coverage by 0.27%. The diff coverage is 9.90%.

Impacted file tree graph

@@           Coverage Diff            @@
##            main     #10      +/-   ##
========================================
- Coverage   8.86%   8.58%   -0.28%     
========================================
  Files         18      19       +1     
  Lines       1151    1328     +177     
========================================
+ Hits         102     114      +12     
- Misses      1049    1214     +165     
Impacted Files Coverage Δ
vital_sqi/common/generate_template.py 13.13% <0.00%> (+0.12%) :arrow_up:
vital_sqi/data/__init__.py 100.00% <ø> (ø)
vital_sqi/sqi/rpeaks_sqi.py 0.00% <0.00%> (ø)
vital_sqi/data/removal_utilities.py 10.31% <7.31%> (-1.45%) :arrow_down:
vital_sqi/data/segment_split.py 18.57% <13.04%> (-4.65%) :arrow_down:
vital_sqi/preprocess/preprocess_signal.py 11.11% <16.66%> (-0.21%) :arrow_down:
vital_sqi/common/rpeak_detection.py 12.86% <23.72%> (+2.36%) :arrow_up:
vital_sqi/preprocess/band_filter.py 35.71% <33.33%> (ø)

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 d735d42...75f43b9. Read the comment docs.