nbara / python-meegkit

🔧🧠 MEEGkit: MEG & EEG processing toolkit in Python
https://nbara.github.io/python-meegkit/
BSD 3-Clause "New" or "Revised" License
181 stars 49 forks source link

[ENH] Tiny changes to dss.dss0() #71

Closed nbara closed 9 months ago

nbara commented 9 months ago

Improve code readability with @ operator.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (89034f5) 78.87% compared to head (148329a) 79.88%.

Files Patch % Lines
meegkit/dss.py 93.75% 1 Missing :warning:
meegkit/utils/sig.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #71 +/- ## ========================================== + Coverage 78.87% 79.88% +1.01% ========================================== Files 22 22 Lines 2367 2362 -5 ========================================== + Hits 1867 1887 +20 + Misses 500 475 -25 ```

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