mad-lab-fau / BioPsyKit

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

Fix: Sleep Analyzer Import #19

Closed richrobe closed 2 years ago

richrobe commented 2 years ago

This PR fixes bugs occurring when attempting to import sleep analyzer data.

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (9a2ec35) into main (08ba524) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   49.62%   49.66%   +0.04%     
==========================================
  Files          93       93              
  Lines        7212     7218       +6     
  Branches     1361     1361              
==========================================
+ Hits         3579     3585       +6     
- Misses       3563     3568       +5     
+ Partials       70       65       -5     
Impacted Files Coverage Δ
src/biopsykit/io/sleep_analyzer.py 98.98% <100.00%> (+0.06%) :arrow_up:
src/biopsykit/stats/stats.py 18.27% <0.00%> (ø)
src/biopsykit/protocols/_utils.py 28.94% <0.00%> (ø)
src/biopsykit/utils/data_processing.py 15.00% <0.00%> (ø)
...ation/model_selection/sklearn_pipeline_permuter.py 19.71% <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 08ba524...9a2ec35. Read the comment docs.