G-Node / python-neo

Fork of python-neo for maintaining the NIX IO.
https://github.com/NeuralEnsemble/python-neo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Signal dimension mismatch #5

Closed achilleas-k closed 7 years ago

achilleas-k commented 8 years ago

When creating DataArrays from signals (AnalogSignal or IrregularlySampledSignal), the arrays are one dimensional, but two dimensions are attached (one for time and a set_dimension).

This creates a mismatch between the dimensionality of the data and the number of dimensions in the DataArray.