Skip to content

Commit

Permalink
not nan functions (#5039)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Nov 2, 2022
1 parent 5ab3dc2 commit 75c7570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ def interp_order(length):
.. note::
Lazy operation is supported, via :func:`dask.array.nanstd`.
Lazy operation is supported, via :func:`dask.array.std`.
This aggregator handles masked data.
Expand Down Expand Up @@ -2192,7 +2192,7 @@ def interp_order(length):
.. note::
Lazy operation is supported, via :func:`dask.array.nanvar`.
Lazy operation is supported, via :func:`dask.array.var`.
This aggregator handles masked data.
Expand Down

0 comments on commit 75c7570

Please sign in to comment.