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

Fixes dtype('>u2') key error when extracting 2d image #82

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

blowekamp
Copy link
Collaborator

The data type conversion was operating on a ZARR array. When this was executed in a dask cluster environment the conversion failed to happen (likely setting some zarr state in the file structure). The code was updated to perform the data type conversion on the dask array.

closes #81

The data type conversion was operating on a ZARR array. When this was
executed in a dask cluster environment the conversion failed to
happen (likely setting some zarr state in the file structure). The
code was updated to perform the data type conversion on the dask
array.

closes niaid#81
@blowekamp blowekamp merged commit 1b7793e into niaid:master Oct 2, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: dtype: >u2 is not supported as an array.
2 participants