SpikeInterface / MEArec

Fast and customizable of extracellular recordings on MEA
GNU General Public License v3.0
42 stars 19 forks source link

Fix numpy deprecations #162

Closed zm711 closed 1 year ago

zm711 commented 1 year ago

I noticed when I was looking at my other PR that in the testing,MEArec has a couple deprecations that will eventually become hard errors related to NumPy.

There were also elephant deprecations, but since I don't know the package as well I didn't try to fix those.