zarr-developers / zarr-benchmark

Benchmarking the performance of various Zarr implementations, using our perfcapture framework.
MIT License
1 stars 2 forks source link

Fix uncompressed dataset #10

Closed JackKelly closed 1 year ago

JackKelly commented 1 year ago

This looks like it should work:

z = zarr.open...
z[:] = np.zeros()...