Closed
Description
Another follow up from #4060: quantile
now emits a FutureWarning
:
Minimal Complete Verifiable Example:
xr.DataArray([1, 2, 3]).quantile(q=0.5)
~/.conda/envs/ipcc_ar6/lib/python3.7/site-packages/xarray/core/variable.py:1866:
FutureWarning: ``output_sizes`` should be given in the ``dask_gufunc_kwargs``
parameter. It will be removed as direct parameter in a future version.
kwargs={"q": q, "axis": axis, "interpolation": interpolation},
We should probably check the warnings in the test suite - there may be others.
Metadata
Metadata
Assignees
Labels
No labels