Skip to content

Commit

Permalink
Add implicit flag to receive un-masked parameters for bilinear interp…
Browse files Browse the repository at this point in the history
…olation
  • Loading branch information
pnuu committed Jan 27, 2017
1 parent adb7f1e commit a8506e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/projector.py
Expand Up @@ -233,7 +233,7 @@ def __init__(self, in_area, out_area,
bilinear_t, bilinear_s, input_idxs, idx_arr = \
calc_params(self.in_area, self.out_area,
self.radius, neighbours=32,
nprocs=nprocs)
nprocs=nprocs, masked=False)

self._cache = {}
self._cache['bilinear_s'] = bilinear_s
Expand Down

0 comments on commit a8506e6

Please sign in to comment.