MCPcopy
hub / github.com/pydata/xarray / get_auto_chunk_size

Method get_auto_chunk_size

xarray/namedarray/daskmanager.py:268–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

266 return dask.array.shuffle(x, indexer, axis, chunks="auto")
267
268 def get_auto_chunk_size(self) -> int:
269 from dask import config as dask_config
270 from dask.utils import parse_bytes
271
272 return parse_bytes(dask_config.get("array.chunk-size"))

Callers 1

_get_chunkFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected