We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DataArray.chunks checks the type of the DataArray.data and sees that it's a pint Quantity rather than a dask array, so it returns None:
DataArray.chunks
DataArray.data
Quantity
None
xr.DataArray([1,2,3], dims=['x'], attrs={'units': 'm'}).pint.quantify().pint.chunk(1).chunks
xarray 2026.1.0, pint-xarray 0.6.0
DataArray.chunkschecks the type of theDataArray.dataand sees that it's a pintQuantityrather than a dask array, so it returnsNone:xr.DataArray([1,2,3], dims=['x'], attrs={'units': 'm'}).pint.quantify().pint.chunk(1).chunksNonexarray 2026.1.0, pint-xarray 0.6.0