mad-lab-fau / BioPsyKit

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

Increment Python version #26

Closed rouzbeh closed 2 years ago

rouzbeh commented 2 years ago

This PR accepts Python 3.10 and adds it, along 3.9, to the list of python versions that are used in CI.

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (f53c9ef) into main (8d9056e) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   47.66%   47.64%   -0.03%     
==========================================
  Files          89       89              
  Lines        7573     7631      +58     
  Branches     1457     1457              
==========================================
+ Hits         3610     3636      +26     
- Misses       3894     3925      +31     
- Partials       69       70       +1     
Impacted Files Coverage Δ
src/biopsykit/signals/_base.py 38.09% <0.00%> (-1.91%) :arrow_down:
src/biopsykit/protocols/car.py 33.33% <0.00%> (-1.45%) :arrow_down:
...eep/sleep_wake_detection/algorithms/cole_kripke.py 36.66% <0.00%> (-1.27%) :arrow_down:
...t/sleep/sleep_wake_detection/algorithms/webster.py 33.33% <0.00%> (-1.05%) :arrow_down:
.../sleep_wake_detection/algorithms/scripps_clinic.py 33.33% <0.00%> (-1.05%) :arrow_down:
...ke_detection/algorithms/cole_kripke_alternative.py 32.35% <0.00%> (-0.99%) :arrow_down:
src/biopsykit/protocols/base.py 16.32% <0.00%> (-0.75%) :arrow_down:
...ation/model_selection/sklearn_pipeline_permuter.py 17.61% <0.00%> (-0.67%) :arrow_down:
src/biopsykit/signals/ecg/ecg.py 20.15% <0.00%> (-0.16%) :arrow_down:
src/biopsykit/protocols/cft.py 13.82% <0.00%> (-0.12%) :arrow_down:
... and 3 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 8d9056e...f53c9ef. Read the comment docs.