Closed cechava closed 2 years ago
Issue seems to be with these lines which try to figure out the rank of the HDF5 dataset. Because, the DataPipe
object with row vector has maxSize
of [1 Inf], the HDF5 dataset is wrongly inferred to be of size rank 1.
I remember being able to create such data sets a couple of weeks ago.
@ln-vidrio any thoughts?
Removing that check and just using the rank directly fixes the issue. We may have to check if our workaround for 1-dimensional vectors will still work though.
Oh, actually that will be a separate pr. Yeah simply removing that check should resolve this issue.
An error is produced when expandable table contains a row vector. Using latest state of
master
branch for MatNWB.No issue for column vectors or multidimensional matrices.
Minimum code snippet to reproduce