-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Appending to an existing netCDF file fails with scipy==1.0.1 #2019
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
this may be related to this recent PR: scipy/scipy#8483 |
The only other netCDF related PR between scipy 1.0.0 and 1.0.1 is scipy/scipy#8068, which also looks like a plausible culprit. |
These are broken by SciPy 1.0.1. For details, see pydata#2019
* xfail tests that append to netCDF files with scipy These are broken by SciPy 1.0.1. For details, see #2019 * xfail pynio tests that use scipy too
In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires
so I think these can be un-xfailed. xarray/xarray/tests/test_backends.py Line 1969 in 18e34cc
|
1 similar comment
This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires
so I think these can be un-xfailed. xarray/xarray/tests/test_backends.py Line 1969 in 18e34cc
|
https://travis-ci.org/pydata/xarray/builds/359093748
Example failure:
The text was updated successfully, but these errors were encountered: