mne-tools / mne-features

MNE-Features software for extracting features from multivariate time series
https://mne-tools.github.io/mne-features/
BSD 3-Clause "New" or "Revised" License
142 stars 32 forks source link

Fixing _higuchi_fd #54

Closed jbschiratti closed 5 years ago

jbschiratti commented 5 years ago

fixes #53 fixes the function _higuchi_fd:

codecov[bot] commented 5 years ago

Codecov Report

Merging #54 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   93.62%   93.62%   +<.01%     
==========================================
  Files          10       10              
  Lines        1223     1224       +1     
==========================================
+ Hits         1145     1146       +1     
  Misses         78       78
Impacted Files Coverage Δ
mne_features/univariate.py 98.04% <100%> (ø) :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 8da9321...704d9c4. Read the comment docs.

agramfort commented 5 years ago

thx @jbschiratti