Skip to content

[v3] array written by tensorstore returns all nulls #2029

Closed
@joshmoore

Description

@joshmoore

Arrays written by tensorstore are being returned by open_array, open, AsyncArray.open, etc. as having all fill values.

$ ./ts_info.py output.zarr/0
min=3 max=4095

$ ./zr_info.py output.zarr/0/
min=0 max=0
zarr.json
{
  "chunk_grid": {
    "configuration": {
      "chunk_shape": [
        1,
        1,
        275,
        271
      ]
    },
    "name": "regular"
  },
  "chunk_key_encoding": {
    "name": "default"
  },
  "codecs": [
    {
      "configuration": {
        "endian": "little"
      },
      "name": "bytes"
    },
    {
      "configuration": {
        "blocksize": 0,
        "clevel": 5,
        "cname": "lz4",
        "shuffle": "shuffle",
        "typesize": 2
      },
      "name": "blosc"
    }
  ],
  "data_type": "uint16",
  "dimension_names": [
    "c",
    "z",
    "y",
    "x"
  ],
  "fill_value": 0,
  "node_type": "array",
  "shape": [
    2,
    236,
    275,
    271
  ],
  "zarr_format": 3
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugPotential issues with the zarr-python library

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions