Skip to content
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

extend fix for issue #680 to include strided slices #683

Merged
merged 13 commits into from Jul 3, 2017
Merged

Conversation

jswhit
Copy link
Collaborator

@jswhit jswhit commented Jun 26, 2017

Now strided slices are converted to individual calls to nc_get_vara, instead of one call to nc_get_vars. (as long as the total number of calls is less than 1000).

@jswhit
Copy link
Collaborator Author

jswhit commented Jun 27, 2017

@shoyer - would you mind running the xarray tests on this before I merge?

shoyer added a commit to pydata/xarray that referenced this pull request Jun 27, 2017
@shoyer
Copy link
Contributor

shoyer commented Jun 27, 2017

I just started a build at https://travis-ci.org/pydata/xarray/builds/247647274, should have results in 10-15 minutes.

Look for the job "py36-netcdf4-dev"

@shoyer
Copy link
Contributor

shoyer commented Jun 27, 2017

The xarray test suite passes, which is encouraging but by no means definitive :)

@jswhit jswhit merged commit e0409c5 into master Jul 3, 2017
@jswhit jswhit deleted the nogetvars branch July 3, 2017 13:52
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.

None yet

2 participants