Skip to content

Commit

Permalink
Add mask to bilinear resampled data
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Feb 1, 2017
1 parent a6bb7e9 commit 1b127b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpop/projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,6 @@ def project_array(self, data):
self._cache['input_idxs'],
self._cache['idx_arr'],
output_shape=self.out_area.shape)
res = np.ma.masked_invalid(res)

return res

0 comments on commit 1b127b7

Please sign in to comment.