Dataset cannot be opened when underlying zarr
arrays have fill_value
set.
#960
Labels
upstream
Used when our build breaks due to upstream changes
Due to pydata/xarray#7292
zarr
arrays withfill_value
set get theirdtype
changed tofloat32
. This causes the dataset to fail when opened withsgkit
.fill_value
is used inzarr
to set a default value for arrays, this can be useful as it allows chunks that only contain the default value to not be written to disk at all. I was investigating using this for tskit-dev/tsinfer#729 where we are storing many short haplotypes.The text was updated successfully, but these errors were encountered: