-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version 0.13 broke my ufunc #3339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@rsignell-usgs - can you add the output from INSTALLED VERSIONScommit: None xarray: 0.13.0 |
There was a recent bug fix in dask about this (dask/dask#5334). Can you try updating to the latest dask release? |
Yep, upgrading to dask=2.4.0 fixed the problem! Phew. |
Related: #3222 |
This simple xarray ufunc to calculate wind speed worked under
xarray=0.12.3
:but with
xarray=0.13.0
,merge_variables
fails and dumps this traceback:Is this a bug or a feature that I should be handling differently in my code?
Output of
xr.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.7.3 | packaged by conda-forge | (default, Jul 1 2019, 21:52:21)
[GCC 7.3.0]
python-bits: 64
OS: Linux
OS-release: 4.14.138-114.102.amzn2.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
libhdf5: 1.10.5
libnetcdf: 4.6.2
xarray: 0.13.0
pandas: 0.24.2
numpy: 1.17.2
scipy: 1.3.1
netCDF4: 1.5.1.2
pydap: installed
h5netcdf: 0.7.4
h5py: 2.10.0
Nio: None
zarr: 2.3.2
cftime: 1.0.3.4
nc_time_axis: None
PseudoNetCDF: None
rasterio: 1.0.28
cfgrib: None
iris: 2.2.0
bottleneck: None
dask: 2.2.0
distributed: 2.2.0
matplotlib: 3.1.1
cartopy: 0.17.0
seaborn: None
numbagg: None
setuptools: 41.2.0
pip: 19.2.3
conda: None
pytest: None
IPython: 7.8.0
sphinx: None
The text was updated successfully, but these errors were encountered: