hdmf-dev / hdmf-zarr

Zarr I/O backend for HDMF
https://hdmf-zarr.readthedocs.io/
Other
7 stars 6 forks source link

[Feature]: Export dtypes #124

Open mavaylon1 opened 1 year ago

mavaylon1 commented 1 year ago

What would you like to see added to HDMF-ZARR?

Currently when exporting from different backends, i.e HDF5 to Zarr, we run into a dtype conversion from "uint32" to "int32". This should not happen and should remain "uint32".

To reproduce, run the plot_convet_nwb_hdf5.py tutorial.

Is your feature request related to a problem?

No response

What solution would you like?

Explore either the zarr backend or the convert_dtype method in object_mapper.py in HDMF.

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

mavaylon1 commented 6 months ago

Look into this to see if this is still happening. The tutorial currently passes.