Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Apr 4, 2024
1 parent 3754eb3 commit f12a80c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/iris/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ def broadcast_to_shape(array, shape, dim_map, chunks=None):
If the source array is a :class:`dask.array.Array` and a value is
provided, then the result will use these chunks instead of the same
chunks as the source array. Setting chunks explicitly as part of
broadcast_to_shape is more efficient than rechunking afterwards. The
values provided here will only be used along dimensions that are new on
the result or have size 1 on the source array.
broadcast_to_shape is more efficient than rechunking afterwards. See
also :func:`dask.array.broadcast_to`. Note that the values provided
here will only be used along dimensions that are new on the result or
have size 1 on the source array.
Examples
--------
Expand Down

0 comments on commit f12a80c

Please sign in to comment.