neuropsychology / NeuroKit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
http://neurokit.rtfd.io
MIT License
365 stars 102 forks source link

converting eda to double #67

Closed Fegalf closed 6 years ago

Fegalf commented 6 years ago

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.

codecov[bot] commented 6 years ago

Codecov Report

Merging #67 into master will decrease coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            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.

DominiqueMakowski commented 6 years ago

@Fegalf Merging, thanks a lot ;)

Fegalf commented 6 years ago

You're welcome! Great job btw :)