Arrays possibly being transposed when converting NWB files from HDF5 to ZARR #45
Labels
category: bug
errors in the code or code behavior
priority: high
impacts proper operation or use of feature important to most users
The tutorial for converting NWB data from HDF5 to Zarr, currently shows the following warnings (see also See https://hdmf-zarr.readthedocs.io/en/latest/tutorials/plot_convert_nwb.html#read-the-zarr-file-back-in)
In particular the warning
warn("Length of data does not match length of timestamps. Your data may be transposed. Time should be on "
is something that should be looked at, as it appears that (some) arrays may for some reason be transposed in the conversion.The text was updated successfully, but these errors were encountered: