coganlab / IEEG_Pipelines

A repo of current preprocessing methods for the Cogan Lab
https://ieeg-pipelines.readthedocs.io/en/latest/
MIT License
4 stars 2 forks source link

Filterbank hilbert #101

Closed Aaronearlerichardson closed 7 months ago

Aaronearlerichardson commented 7 months ago

Pip test was failing because I did not explicitly include sklearn in the requirements.txt file. It started to fail when you removed naplib because sklearn is a dependency of naplib, so we were covered anyway without realizing. This should make testing easier.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (f865205) 53.88% compared to head (3f868b4) 54.66%.

Files Patch % Lines
ieeg/timefreq/gamma.py 90.41% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #101 +/- ## ========================================== + Coverage 53.88% 54.66% +0.77% ========================================== Files 27 27 Lines 3680 3752 +72 ========================================== + Hits 1983 2051 +68 - Misses 1697 1701 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.