We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab3dc2 commit 75c7570Copy full SHA for 75c7570
lib/iris/analysis/__init__.py
@@ -2118,7 +2118,7 @@ def interp_order(length):
2118
2119
.. note::
2120
2121
- Lazy operation is supported, via :func:`dask.array.nanstd`.
+ Lazy operation is supported, via :func:`dask.array.std`.
2122
2123
This aggregator handles masked data.
2124
@@ -2192,7 +2192,7 @@ def interp_order(length):
2192
2193
2194
2195
- Lazy operation is supported, via :func:`dask.array.nanvar`.
+ Lazy operation is supported, via :func:`dask.array.var`.
2196
2197
2198
0 commit comments