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

Extract fill value fixes from cubewrite() #147

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

blimlim
Copy link
Collaborator

@blimlim blimlim commented Oct 10, 2024

Closes #99 and continues on from (unmerged) work in #114.

This PR extracts the fill value modifications from cubewrite() into two functions: get_default_fill_value() which gets the default fill value for a cube's data type, and fix_fill_value() which sets a cube's missing_value attribute.

@blimlim blimlim merged commit cbf66d5 into main Oct 10, 2024
4 checks passed
@blimlim blimlim deleted the 99/fill-values-CLEAN branch October 10, 2024 06:56
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.

Extract cubewrite() fill value to function
2 participants