Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Aug 5, 2024
1 parent 2113bc1 commit 71a41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_raster/test_interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestInterpolate:
landsat_b4_crop_path = examples.get_path("everest_landsat_b4_cropped")
landsat_rgb_path = examples.get_path("everest_landsat_rgb")

def test_dist_nodata_spread(self):
def test_dist_nodata_spread(self) -> None:
"""Test distance of nodata spreading computation based on interpolation order."""

assert _dist_nodata_spread(0, "half_order_up") == 0
Expand Down

0 comments on commit 71a41ef

Please sign in to comment.