Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Export dtypes #124

Open
3 tasks done
mavaylon1 opened this issue Sep 29, 2023 · 1 comment
Open
3 tasks done

[Feature]: Export dtypes #124

mavaylon1 opened this issue Sep 29, 2023 · 1 comment
Assignees
Labels
category: bug errors in the code or code behavior
Milestone

Comments

@mavaylon1
Copy link
Contributor

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
Copy link
Contributor Author

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

@mavaylon1 mavaylon1 added this to the 0.7.0 milestone Apr 16, 2024
@mavaylon1 mavaylon1 self-assigned this Apr 16, 2024
@mavaylon1 mavaylon1 added the category: bug errors in the code or code behavior label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: bug errors in the code or code behavior
Projects
None yet
Development

No branches or pull requests

1 participant