[Bug]: Reading and exporting Zarr NWB fails to copy over table information #208
Labels
category: bug
errors in the code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of users
What happened?
I am trying to modify an existing zarr nwb file in memory and export a copy with those modifications. Specifically, I am trying to append columns to the nwb.electrodes table. More details discussed here: NeurodataWithoutBorders/helpdesk#86
After running code similar to the snippet below, the resulting exported NWB does not contain any of the original columns from nwb.electrodes except 'group'. It also includes the columns I have added (x, y, and z). Printing the electrodes table in memory after reading, before exporting, does show all columns and their names.
I examined the nwb.intervals tables as well and they also are missing all columns in the exported nwb.
Steps to Reproduce
Traceback
Operating System
Linux
Python Executable
Conda
Python Version
3.9
Package Versions
hdmf-zarr==0.8.0
Code of Conduct
The text was updated successfully, but these errors were encountered: