Skip to content

Commit

Permalink
Fix meta typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 14, 2024
1 parent d8b5e82 commit 9ef274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/future/resamplers/nearest.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def get_sample_from_neighbor_info(
new_data, src_adims,
vii_slices=vii_slices, ia_slices=ia_slices,
fill_value=fill_value,
met=np.array((), dtype=new_data.dtype),
meta=np.array((), dtype=new_data.dtype),
dtype=new_data.dtype, concatenate=True)
res = DataArray(res, dims=dst_dims,
attrs=deepcopy(data.attrs))
Expand Down

0 comments on commit 9ef274f

Please sign in to comment.