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.
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
Added several Mission atlantic developments and a shelve fixer tool #121
base: main
Are you sure you want to change the base?
Added several Mission atlantic developments and a shelve fixer tool #121
Changes from 18 commits
d689b03
43e52db
31a7bb0
ea9d2fc
d63c66d
7b25785
7f645d5
dd88b1a
c7cd5b0
a1d0407
290ee4d
6b06595
8ec9ecb
b3af6e4
918c6c8
bf27519
e9d9deb
c78c1ea
d8a8884
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
np.ma.masked what? That's just a generic Numpy function
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.
It's a masked value, so that the arrays all line up corectly, even if there's no data here.
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.
that's a
<class 'numpy.ma.core.MaskedConstant'>
which is a stuffy class (that, in effect is just a--
with a value of , all you need is the value that gets masked (1e20 or -999 or whatever). Note that the fillvalue of np.ma.masked is not always what one needs be, it's 999999 so that might screw up things https://numpy.org/doc/stable/reference/maskedarray.baseclass.htmlThere 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.
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.
come on, get rid of all this old crappe - raise an exception or continue