forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

TypeError brought by numpy.floor() #26

Closed tongdaxu closed 5 years ago

tongdaxu commented 5 years ago

Hi, Thanks for building this lib !

I found the same issue as #22 and #21, and I do the same fix manually myself.

May I ask a reason for not merging them into master? That is only a tiny problem brought by numpy version and should be straight forward to review.

forrestbao commented 5 years ago

Fixed for pull request #21