Skip to content

Commit

Permalink
Add a small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Oct 19, 2021
1 parent d03f8e9 commit 23eac72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_georaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ def rasters_for_testing_chunks():

def test_join_use_mask_band():
# https://github.com/OSGeo/gdal/issues/1148
# The test checks the pixel at the coordinate of bottom left corner of the r2 raster is unmasked.
r1 = GeoRaster2.open("tests/data/raster/overlap1.tif")
r2 = GeoRaster2.open("tests/data/raster/overlap2.tif")
joined = join([r1, r2])
Expand Down

0 comments on commit 23eac72

Please sign in to comment.