Skip to content

Commit

Permalink
new signature of map_complete_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Nov 28, 2024
1 parent 7aaefd8 commit 98143f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/iris/analysis/_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def _points(self, sample_points, data, data_dims=None):
self._interpolate,
dims=dims_not_chunked,
out_sizes=interp_shape,
dtype=_interpolated_dtype(data.dtype, self._method),
src_points=self._src_points,
interp_points=interp_points,
interp_shape=interp_shape,
Expand Down

0 comments on commit 98143f2

Please sign in to comment.