Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
array_type
fixture; fix bugs for masked array inputs to functions
* Use `array_type` as needed `test_basic.py` * Fix bug in `wind_direction()` for masked arrays when calm. Boolean indexing of a masked array resulted in modification of the mask itself. * Fix bug in `smooth_gaussian()` where function returned a `numpy.ndarray` when given a `numpy.ma.array` * Remove `test_direction_masked()`
- Loading branch information