-
Notifications
You must be signed in to change notification settings - Fork 270
new methods to optionally re-enable old numpy array type behaviour (issue #809) #816
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
Conversation
|
David Hassell seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Looks good, thanks @davidhassell. Just needs a Changelog entry. |
|
Just a comment from the peanut gallery here and I know API design is hard, but the name Just my unqualified two cents here. |
|
Sounds good. |
|
Not quite clear on what |
|
as per the discussion in issue #808, please go ahead and change # issue #785: always return masked array, if no values masked
# set mask=False.
data = ma.masked_array(data,mask=False,fill_value=fill_value)to # issue #785: always return masked array by default, if no values masked
data = ma.masked_array(data) |
|
Yes - The logic needs reversing when we rename to |
|
Looks like tst_multifile.py is failing somewhere in cftime. Restoring the 'mask=False' fixes it. |
|
I suggest, then, that we restore |
No description provided.