Skip to content

Commit 75c7570

Browse files
authored
not nan functions (#5039)
1 parent 5ab3dc2 commit 75c7570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iris/analysis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ def interp_order(length):
21182118
21192119
.. note::
21202120
2121-
Lazy operation is supported, via :func:`dask.array.nanstd`.
2121+
Lazy operation is supported, via :func:`dask.array.std`.
21222122
21232123
This aggregator handles masked data.
21242124
@@ -2192,7 +2192,7 @@ def interp_order(length):
21922192
21932193
.. note::
21942194
2195-
Lazy operation is supported, via :func:`dask.array.nanvar`.
2195+
Lazy operation is supported, via :func:`dask.array.var`.
21962196
21972197
This aggregator handles masked data.
21982198

0 commit comments

Comments
 (0)