-
Notifications
You must be signed in to change notification settings - Fork 7
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: cf checker #127
test: cf checker #127
Conversation
Seems like the json output isn't consistent in all the runs (sometimes max appears first and sometimes second). I've asked the library to check this, maybe it can be of help. Meanwhile, I've started the correction, so that if we don't have the warnings we don't need them to be ordered. |
Not using any cache anymore Always get the data on the fly
[dataset[variable].attrs["valid_min"]], | ||
dtype=dataset[variable].encoding["dtype"], |
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.
Nice! maybe you should talk with Guille anyway about this if the valid minmax that comes from arco is different then the variable normal value
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.
well, all of them have the same format (if int, int, if float, float) but the precision might be different... I'll ask anyway, yes!
Co-authored-by: Renaud <[email protected]> Add a compliance checker to make sure that the netcdf output files are as expected.
Co-authored-by: Renaud <[email protected]> Add a compliance checker to make sure that the netcdf output files are as expected.
We will add a compliant checker for netcdf files to be run within the GitHub actions to check that all the files are properly created. Related to CMT-7