PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

Fix float errors #23

Closed mgschwan closed 7 years ago

mgschwan commented 7 years ago

Change float indices to integer

Fixes errors on Ubuntu 17.04: Numpy does not support floats in numpy.ones() and does not support floats in array slicing.

capcarr commented 7 years ago

Hi @mgschwan Thanks, I'll review and merge soon.