-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add h5netcdf+dask tests #2737
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
add h5netcdf+dask tests #2737
Conversation
Hello @jhamman! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on February 07, 2019 at 01:18 Hours UTC |
Should be good to go here once the tests finish. |
This is ready for a final review. |
Did the changes to |
@shoyer - good to merge? |
that is a little disconcerting, but yes let's merge this |
xarray/core/dataset.py
Outdated
if encoding is self.__default: | ||
encoding = copy.copy(self._encoding) | ||
obj = self._construct_direct( | ||
variables, coord_names, dims, attrs, indexes, encoding) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shoyer - just to close the loop on this. Your indexes refactor added the encoding
argument here. You'll see in this merge diff that I had also added this argument in the same place.
* master: typo in whats_new (pydata#2763) Update computation.py to use Python 3 function signatures (pydata#2756) add h5netcdf+dask tests (pydata#2737) Fix name loss when masking (pydata#2749) fix datetime_to_numeric and Variable._to_numeric (pydata#2668) Fix mypy errors (pydata#2753) enable internal plotting with cftime datetime (pydata#2665) remove references to cyordereddict (pydata#2750) BUG: Pass kwargs to the FileManager for pynio engine (pydata#2380) (pydata#2732) reintroduce pynio/rasterio/iris to py36 test env (pydata#2738) Fix CRS being WKT instead of PROJ.4 (pydata#2715) Refactor (part of) dataset.py to use explicit indexes (pydata#2696)
whats-new.rst
for all changes andapi.rst
for new API