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

Add MaskedArray output option to accumulate #3

Open
dcunning11235 opened this issue Aug 14, 2015 · 0 comments
Open

Add MaskedArray output option to accumulate #3

dcunning11235 opened this issue Aug 14, 2015 · 0 comments

Comments

@dcunning11235
Copy link
Collaborator

Currently accumulate always returns ndarray. When a MaskedArray is used for input (for at least one of the data_in parameters?), would be nice to automatically return a MaskedArray. Additionally, it would be nice to have the option to force output to either a MaskedArray or (plain) ndarray.

All together, something like a output_type parameter that could be set to "auto", "masked", or "array".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant