Skip to content

Commit

Permalink
Merge pull request #454 from benjaminesse/main
Browse files Browse the repository at this point in the history
Fix import warning in bilinear resampler to mention dask
  • Loading branch information
djhoese committed Sep 16, 2022
2 parents 1bc2995 + 8cf6b92 commit 8da4081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/bilinear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
XArrayResamplerBilinear,
)
except ImportError:
warnings.warn("XArray and/or zarr not found, XArrayBilinearResampler won't be available.")
warnings.warn("XArray, dask, and/or zarr not found, XArrayBilinearResampler won't be available.")
XArrayBilinearResampler = None
CACHE_INDICES = None
XArrayResamplerBilinear = None

0 comments on commit 8da4081

Please sign in to comment.