Replies: 1 comment 7 replies
-
Can you explain what you mean by "not deterministic"? Most of the popular zarr compressors are lossless compressors. Can you share the details of your configuration (what dtype, compressor and parameters) and perhaps a reproducible example. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently switched from simple
np.savez
to zarr for more flexibility with generating a big dataset. The only thing currently missing is that the compressed array is not deterministic given same input. This leads to certain difficulty in our version maintenance. So, where does the randomness come from? Is it possible to configure zarr to store/compress arrays deterministically, like setting a seed?Beta Was this translation helpful? Give feedback.
All reactions