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

Create integration test utility to binary diff original & um2nc dev sourced netCDF data #134

Merged
merged 5 commits into from
Oct 9, 2024

Conversation

truth-quark
Copy link
Collaborator

Closes #131.

This PR adds a utility to compare netcdf data between different commit versions of um2nc-standalone. This is a loose check to determine if basic binary compatibility is maintained between this repo's 1st commit um2nc-standalone and the version a user has checked out.

NOTE: This is not exhaustive & some options are not tested, therefore may not be backwards binary equivalent!

NOTE 2: This complements unit testing to ensure the CLI works & default runs are binary equivalent.

@truth-quark truth-quark added the enhancement New feature or request label Oct 8, 2024
@truth-quark truth-quark self-assigned this Oct 8, 2024
integration/binary_diff.sh Outdated Show resolved Hide resolved
Copy link
Collaborator

@blimlim blimlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very useful!

@truth-quark truth-quark marked this pull request as ready for review October 9, 2024 06:17
@truth-quark truth-quark merged commit 1c61fd9 into main Oct 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add script & instructions for initial binary compatibility testing
2 participants