Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Sep 16, 2024
1 parent fa79864 commit 6ad5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/test/test_gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_resample_swath_to_area_3d(self, input_dtype):
res = self.swath_resampler.compute(
data, method='bil').compute(scheduler='single-threaded')
assert res.dtype == data.dtype
assert res.values.dytpe == data.dtype
assert res.values.dtype == data.dtype
assert res.shape == (3, ) + self.dst_area.shape
for i in range(res.shape[0]):
arr = np.ravel(res[i, :, :])
Expand Down

0 comments on commit 6ad5092

Please sign in to comment.