pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
350 stars 94 forks source link

Fix import warning in bilinear resampler to mention dask #454

Closed benjaminesse closed 2 years ago

benjaminesse commented 2 years ago

Include dask in list of potential missing imports

djhoese commented 2 years ago

Closes #453

codecov[bot] commented 2 years ago

Codecov Report

Merging #454 (8cf6b92) into main (1bc2995) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #454   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files          69       69           
  Lines       12388    12388           
=======================================
  Hits        11680    11680           
  Misses        708      708           
Flag Coverage Δ
unittests 94.28% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyresample/bilinear/__init__.py 50.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 94.13% when pulling 8cf6b92bf0bab9ad51f22e3b4183c64bbafec229 on benjaminesse:main into 1bc29959ecc6498260d672ecab529acc473d53d3 on pytroll:main.