NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
325 stars 248 forks source link

NeuroNexusRawIO: fix the get_signal_size #1576

Closed zm711 closed 1 month ago

zm711 commented 1 month ago

@alejoe91, if you have a moment this is a quick review.

Discovered here: https://github.com/SpikeInterface/spikeinterface/actions/runs/11106106976/job/30853717171?pr=3235

Should be shape[0] instead of size which is (shape[0] x shape[1]).