Skip to content

ArrayMetadata.shape: long vs Array.read: int #29

@dominikl

Description

@dominikl

Just a minor issue (or is it intentional?): Just noticed that the shape metadata is a long array https://github.com/zarr-developers/zarr-java/blob/main/src/main/java/dev/zarr/zarrjava/core/ArrayMetadata.java#L17 but in Array.read you have to provide an int array for the shape argument https://github.com/zarr-developers/zarr-java/blob/main/src/main/java/dev/zarr/zarrjava/core/Array.java#L230 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions