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

python 2 compatibility: make bio_eda compatible #82

Closed ucohen closed 5 years ago

ucohen commented 5 years ago

in order to have bio_eda compatible, in cvxEDA need to change: frequency = 1/sampling_rate to frequency = 1./sampling_rate

DominiqueMakowski commented 5 years ago

@ucohen thanks for pointing this out. Would you like to make a small PR with this change yourself :) ?

DominiqueMakowski commented 5 years ago

Fixed by #83