home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 44a3e3bb76fc1266cbaef6e6fa84fa0c146af846

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
44a3e3bb76fc1266cbaef6e6fa84fa0c146af846 removed check for last dask chunk size in to_zarr (#6258) * removed check for last dask chunk size in to_zarr When storing a dask-chunked dataset to zarr, the size of the last chunk in each dimension does not matter, as this single last chunk will be written to any number of zarr chunks, but none of the zarr chunks which are being written to will be accessed by any other dask chunk. * whats_new: reference to pull request * test_chunk_encoding_with_dask: relaxes tests to allow any aligned writes These tests were overly restrictive, any aligned write to zarr should work, independent of how many zarr chunks are touched by a single dask chunk, as long as not one zarr chunks is touched by multiple dask chunks. * dask/zarr tests: less missleading variable names 2022-02-09T15:12:31Z 2022-02-09T15:12:31Z 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 6574622 19864447
Powered by Datasette · Queries took 156.096ms · About: xarray-datasette