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

Commits on Oct 2, 2023

  1. Fixes dtype('>u2') key error when extracting 2d image

    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 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    33b634b View commit details
    Browse the repository at this point in the history