Closed jbschiratti closed 5 years ago
Merging #54 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ 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.
thx @jbschiratti
fixes #53 fixes the function
_higuchi_fd
:@nb.jit
decoratorkmax
parameter should be of typenp.int64
beforelk = np.empty((kmax,))
is called unless Numba fails to compile the function in nopython mode.