You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is a matplotlib / cartopy compatibility issue. It can be fixed by upgrading matplotlib to version 3.0.2 (latest release) or upgrading cartopy to 0.17.0, or both.
I tried running
examples/xarray_multidimensional_coords.ipynb
and found a few issues.First
xarray.version
didn't exist, so I changed toxr.__version_
.Next I changed to
ds = xr.tutorial.open_dataset('rasm').load()
to get rid of a deprecation warning.Finally, the plot example failed like this:
It seems
examples/xarray_multidimensional_coords.ipynb
is broken?Maybe you could add a CI build to make sure it executes OK?
Output of
xr.show_versions()
xarray: 0.11.0
pandas: 0.23.4
numpy: 1.15.4
scipy: 1.1.0
netCDF4: 1.4.2
h5netcdf: None
h5py: None
Nio: None
zarr: None
cftime: 1.0.2.1
PseudonetCDF: None
rasterio: None
iris: None
bottleneck: 1.2.1
cyordereddict: None
dask: 0.20.2
distributed: 1.24.2
matplotlib: 3.0.0
cartopy: 0.16.0
seaborn: None
setuptools: 40.4.3
pip: 18.1
conda: None
pytest: 3.8.2
IPython: 7.0.1
sphinx: 1.8.1
The text was updated successfully, but these errors were encountered: