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

now allow nc_inq_var_szip() to return that szip is not in use for a var, without error, even when szip is not built into hdf5 #1620

Closed
wants to merge 13 commits into from

Conversation

edwardhartnett
Copy link
Contributor

Fixes #1618

Also added some documentation to nc_inq_var_szip() docs, and some additional tests, including tests that run when szip is not present in the build.

@edwardhartnett edwardhartnett requested a review from WardF as a code owner February 3, 2020 18:24
@edwardhartnett edwardhartnett changed the title cleanup of some szip issues now allow nc_inq_var_szip() to return that szip is not in use for a var, without error, even when szip is not built into hdf5 Feb 3, 2020
@edwardhartnett
Copy link
Contributor Author

I'm going to take this down until we resolve the discussion in #1616

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.

nc_inq_var_szip() does not have a way to tell user that szip compression is not in use, but it needs to
1 participant