-
Notifications
You must be signed in to change notification settings - Fork 33
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
Test [DO NOT MERGE] #753
Closed
Test [DO NOT MERGE] #753
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
af44acb
Access NetCDF zstandard compression and quantization functions
mauzey1 5620960
Add Python functions for set_zstandard and set_quantize
mauzey1 0ac855b
Only apply quantization and zstandard compression to the data
mauzey1 81b97c6
Merge branch 'main' into 725_expose_netcdf_quantize_and_zstandard
mauzey1 14ed749
Merge branch 'main' into 725_expose_netcdf_quantize_and_zstandard
mauzey1 3f40a05
Have zstandard compression only be applied if deflate is disabled, an…
mauzey1 c8a5289
Add zstandard compression test
mauzey1 f1550d7
Add quantization test
mauzey1 9dfbb96
Add zstandard and quantize functions to Fortran interface
mauzey1 f0d7c59
Check if zstandard and quantize functions are supported in the NetCDF…
mauzey1 739c4b0
Apply zstandard and quantize to dimensions, grids, and zfactors
mauzey1 17a784f
Just test python 3.10
mauzey1 f1a335f
Remove zstandard and quantize from variables other than data
mauzey1 07034bf
Remove zstandard and quantize function checks
mauzey1 4114845
Remove quantize and zstandard functions from cmor.c
mauzey1 256375b
Remove setting of zstandard and quantize values in variables
mauzey1 3463ac0
Remove setting of zstandard and quantize values in cmor_variables.c
mauzey1 c6ad126
Remove zstandard and quantize values from variable structs
mauzey1 2ac1b13
Add zstandard and quantize back to cmor_variable_def_
mauzey1 b126cd6
Add zstandard and quantize back to cmor_var_
mauzey1 7785b0b
Remove zstandard and quantize from cmor_variable_def_ again
mauzey1 6bacd6f
Disable singleton test
mauzey1 d14fb94
Check values of singleton id check
mauzey1 381a43d
Enable singleton test
mauzey1 62d9c3f
Check all axis ids
mauzey1 6e7e8b6
Uses num_axes instead of ndims
mauzey1 46656e9
Remove quantize value
mauzey1 784dd68
Remove zstandard value
mauzey1 22b004f
move zstandard and quantize values to be above ndims and singleton_id…
mauzey1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there any future compatibility issue created by pinning to a single version?
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.
This PR was meant for testing only. I do not plan to merge it. I reduced the number of Python versions so that only a small number of CI processes are launched.