-
Notifications
You must be signed in to change notification settings - Fork 300
Allow masked data in coords #6468
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f40305e
Allow masked data to be passed into a Cell, and by extensions a Coord.
ukmo-ccbunney c3fa75c
Handled case where integer array with masked values could not be crea…
ukmo-ccbunney dff7cb8
Handle case where reading of scalar masked value from netCDF file
ukmo-ccbunney d7c5827
Removed some comments
ukmo-ccbunney 1eb2798
Removed fill_value keyword to masked_array creation - wasn't fixing the
ukmo-ccbunney 5c9e553
Single method for handling points arrays with masked data
ukmo-ccbunney 2df6d05
Refactored to add small inline helper function to add AuxCoord
ukmo-ccbunney 9d599db
Refactored the masked array handling and now filling masked arrays wi…
ukmo-ccbunney 9ac20de
Added test for Cell hashing
ukmo-ccbunney f7ece4d
test_Cell.py: Converted unittest to pytest
ukmo-ccbunney da13470
Merge branch 'main' into masked_coords
ukmo-ccbunney dd6cba2
Added tests for merging of scalar aux coords with mising data.
ukmo-ccbunney ec157e2
Removed unnecessary __main__ entry point from test_Cell.py
ukmo-ccbunney cd1a7a8
Missing hash test for bounded points
ukmo-ccbunney e955116
More rigorous test on masked data of merged AuxCoord
ukmo-ccbunney b54e284
Migrated test_merge.py to pytest.
ukmo-ccbunney 1ea061d
Moved tests/test_merge.py to tests/unit/merge/test_merge.py
ukmo-ccbunney 43fcb15
What's new entry.
ukmo-ccbunney 77b51fe
Fixed some typos in comment
ukmo-ccbunney 802eeca
Split out integration test from unit/merge/test_merge.py to
ukmo-ccbunney 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.