We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f90e7 commit 9f2b36aCopy full SHA for 9f2b36a
1 file changed
docs/source/usage.rst
@@ -18,6 +18,14 @@ weights to apply when computing the histogram. All arguments must be
18
broadcastable against each other. For Dask arrays, chunks will be adapted using
19
:func:`xarray.unify_chunks`.
20
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
+
29
Bins / Axes
30
===========
31
0 commit comments