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
Created a new conda env for xarray as described in the contribution guide.
Then I installed the h5netcdf and run all the tests (without making any changed in the xarray repo).
Tests failed due to missing dependencies apparently.
What you expected to happen:
Tests should not fail if a package is not a requirement and the backends can operate independently.
What happened:
Created a new conda env for xarray as described in the contribution guide.
Then I installed the
h5netcdf
and run all the tests (without making any changed in the xarray repo).Tests failed due to missing dependencies apparently.
What you expected to happen:
Tests should not fail if a package is not a requirement and the backends can operate independently.
Minimal Complete Verifiable Example:
Anything else we need to know?:
Tests still fail when installing
scipy
only.They only pass after installing both
netcdf4
andscipy
.Environment:
Output of xr.show_versions()
INSTALLED VERSIONS
commit: 48378c4
python: 3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:12:38)
[Clang 11.0.1 ]
python-bits: 64
OS: Darwin
OS-release: 18.7.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
libhdf5: 1.12.0
libnetcdf: None
xarray: 0.17.1.dev3+g48378c4b
pandas: 1.2.2
numpy: 1.20.1
scipy: None
netCDF4: None
pydap: None
h5netcdf: 0.10.0
h5py: 3.1.0
Nio: None
zarr: None
cftime: 1.4.1
nc_time_axis: None
PseudoNetCDF: None
rasterio: None
cfgrib: None
iris: None
bottleneck: None
dask: None
distributed: None
matplotlib: None
cartopy: None
seaborn: None
numbagg: None
pint: None
setuptools: 49.6.0.post20210108
pip: 21.0.1
conda: None
pytest: 6.2.2
IPython: None
sphinx: None
The text was updated successfully, but these errors were encountered: