Fix masking in mlab to make copies
Open
feature
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
The current implementation of masking in mlab changes the data the user has supplied and this can be surprising. This should be fixed to copy the data and then mask it. If the user really wants to save on the copy they can send the masked arrays in directly as the scalars.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.