mad-lab-fau / BioPsyKit

A Python package for the analysis of biopsychological data.
MIT License
39 stars 8 forks source link

Fix rest periods #32

Closed rouzbeh closed 2 years ago

rouzbeh commented 2 years ago

The current logic can end up classifying a long period of activity as the main rest period.

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (8f6fa00) into main (a453c4d) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   47.11%   47.11%           
=======================================
  Files          91       91           
  Lines        7749     7749           
  Branches     1481     1481           
=======================================
  Hits         3651     3651           
  Misses       4027     4027           
  Partials       71       71           
Impacted Files Coverage Δ
src/biopsykit/signals/imu/rest_periods.py 20.96% <0.00%> (ø)

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 a453c4d...8f6fa00. Read the comment docs.