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

[FIX] Detrending error with high-order polynomials #36

Closed nbara closed 3 years ago

nbara commented 3 years ago

There was a bug when using a multi-dimensional regressor in detrend()

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (999d94f) into master (35d79f3) will increase coverage by 1.32%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   75.75%   77.08%   +1.32%     
==========================================
  Files          18       18              
  Lines        2058     2055       -3     
==========================================
+ Hits         1559     1584      +25     
+ Misses        499      471      -28     
Impacted Files Coverage Δ
meegkit/detrend.py 90.37% <92.30%> (+20.08%) :arrow_up:

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 35d79f3...999d94f. Read the comment docs.