embodied-computation-group / systole

Systole: A python package for cardiac signal synchrony and analysis
https://embodied-computation-group.github.io/systole/#
GNU General Public License v3.0
81 stars 31 forks source link

Add the Multi-scale peak and trough detection algorithm (MSPTD) #48

Closed LegrandNico closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #48 (5ba30c0) into master (f48cc88) will not change coverage. The diff coverage is 0.00%.

:exclamation: Current head 5ba30c0 differs from pull request most recent head fa8955d. Consider uploading reports for the commit fa8955d to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #48    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files          54      55     +1     
  Lines        3309    3415   +106     
=======================================
- Misses       3309    3415   +106     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
systole/__init__.py 0.00% <0.00%> (ø)
systole/correction.py 0.00% <ø> (ø)
systole/datasets/__init__.py 0.00% <ø> (ø)
systole/detection.py 0.00% <ø> (ø)
systole/detectors/__init__.py 0.00% <0.00%> (ø)
systole/detectors/christov.py 0.00% <ø> (ø)
systole/detectors/engelse_zeelenberg.py 0.00% <ø> (ø)
systole/detectors/hamilton.py 0.00% <ø> (ø)
systole/detectors/moving_average.py 0.00% <ø> (ø)
... and 26 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more