Skip to content

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

Merged
merged 7 commits into from
Feb 12, 2019
Merged

add h5netcdf+dask tests #2737

merged 7 commits into from
Feb 12, 2019

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Feb 2, 2019

@pep8speaks
Copy link

pep8speaks commented Feb 2, 2019

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

@jhamman
Copy link
Member Author

jhamman commented Feb 4, 2019

Should be good to go here once the tests finish.

@jhamman
Copy link
Member Author

jhamman commented Feb 7, 2019

This is ready for a final review.

@shoyer
Copy link
Member

shoyer commented Feb 7, 2019

Did the changes to dataset.py really become entirely irrelevant with merging master?

@jhamman
Copy link
Member Author

jhamman commented Feb 7, 2019

@shoyer - yes, you fixed the existing bug in #2696 😄

@jhamman
Copy link
Member Author

jhamman commented Feb 10, 2019

@shoyer - good to merge?

@shoyer
Copy link
Member

shoyer commented Feb 12, 2019

that is a little disconcerting, but yes let's merge this

@shoyer shoyer merged commit fd9b0b0 into pydata:master Feb 12, 2019
if encoding is self.__default:
encoding = copy.copy(self._encoding)
obj = self._construct_direct(
variables, coord_names, dims, attrs, indexes, encoding)
Copy link
Member Author

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.

dcherian pushed a commit to yohai/xarray that referenced this pull request Feb 14, 2019
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants