Closed Fegalf closed 6 years ago
Merging #67 into master will decrease coverage by
<.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #67 +/- ##
==========================================
- Coverage 13.49% 13.48% -0.01%
==========================================
Files 31 31
Lines 2001 2002 +1
==========================================
Hits 270 270
- Misses 1731 1732 +1
Impacted Files | Coverage Δ | |
---|---|---|
neurokit/bio/bio_eda.py | 6.11% <0%> (-0.04%) |
:arrow_down: |
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 4b825a5...e1e0d7b. Read the comment docs.
@Fegalf Merging, thanks a lot ;)
You're welcome! Great job btw :)
As explained in https://stackoverflow.com/questions/33423081/converting-numpy-vector-to-cvxopt , cv.matrix function only accepts double type. It raises an error when using eda signal containing float type.