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 testing that nc_inq_var_deflate()/nc_inq_var_szip() work for all formats and returns settings consistent with no compression in use #1692

Merged
merged 8 commits into from
Apr 8, 2020

Conversation

edwardhartnett
Copy link
Contributor

Fixes #1691

@edwardhartnett edwardhartnett changed the title now testing that nc_inq_var_deflate() works for all formats and returns 0 deflate and deflate_level now testing that nc_inq_var_deflate()/nc_inq_var_szip() work for all formats and returns settings consistent with no compression in use Apr 8, 2020
@WardF WardF merged commit 5a7cf26 into Unidata:master Apr 8, 2020
DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this pull request Apr 15, 2020
re: Unidata#1693

1. Add functions to libdispatch/dnotnc4.c to support
   dispatch table operations that should work for any
   dispatch table, even if they do not do anything.
   Functions such as nc_inq_var_filter.
2. Modify selected dispatch tables to utilize
   the noop functions.
3. Extend nc_test/tst_formats.c to test.

This is an extension of Ed's work to do this for
chunking and deflate and szip. See PRs
Unidata#1697
and
Unidata#1692

As a side effect, elide libdispatch/dnotnc3.c since
it is no longer used.
@edwardhartnett edwardhartnett deleted the ejh_fix_nc3_deflate branch July 1, 2020 13:20
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.

Change nc_inq_var_deflate()/nc_inq_var_szip() to return NC_NOERR for non-HDF5 files, reporting compression off
2 participants