Skip to content

Commit 9f2b36a

Browse files
committed
Up docs
1 parent 00f90e7 commit 9f2b36a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/source/usage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ weights to apply when computing the histogram. All arguments must be
1818
broadcastable against each other. For Dask arrays, chunks will be adapted using
1919
:func:`xarray.unify_chunks`.
2020

21+
If only some of the input are Dask arrays, the other Numpy arrays will be
22+
transformed to Dask by using :meth:`xarray.DataArray.chunk`. This embeds their
23+
data in the task graph which is generally undesirable. It may be preferable to
24+
manually distribute the data or load it from file using Dask (see `Dask best
25+
practices
26+
<https://docs.dask.org/en/latest/best-practices.html#load-data-with-dask>`__ for
27+
details).
28+
2129
Bins / Axes
2230
===========
2331

0 commit comments

Comments
 (0)