-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Local test failure in test_backends #1923
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
I think this test would pass if you had dask installed. SciPy comes with read/write support for netCDF3, which is why this is being picked up. |
I think that I am encountering this myself. Here is my (relevant) environment:
Here is the error:
Let me know if you want a smaller code sample to test. |
@max-sixty Is this still an issue? |
I haven't tried in a while without dask - it's a very minor issue given that it only requires installing dask |
Ooops I didn't see that #1927 was open. Sorry for the noise. |
Without really looking - I think this can be closed given that we test |
I'm happy to debug this further but before I do, is this an issue people have seen before? I'm running tests on master and hit an issue very early on.
FWIW I don't use netCDF, and don't think I've got that installed
Code Sample, a copy-pastable example if possible
Problem description
[this should explain why the current behavior is a problem and why the expected output is a better solution.]
Expected Output
Skip or pass backends tests
Output of
xr.show_versions()
xarray: 0.7.0-38-g1005a9e # not sure why this is tagged so early. I'm running on latest master
pandas: 0.22.0
numpy: 1.14.0
scipy: 1.0.0
netCDF4: None
h5netcdf: None
h5py: None
Nio: None
zarr: None
bottleneck: 1.2.1
cyordereddict: None
dask: None
distributed: None
matplotlib: 2.1.2
cartopy: None
seaborn: 0.8.1
setuptools: 38.5.1
pip: 9.0.1
conda: None
pytest: 3.4.0
IPython: 6.2.1
sphinx: None
The text was updated successfully, but these errors were encountered: