Skip to content

Commit

Permalink
cog.py: Fix test_cog_creation_of_overviews_with_compression.
Browse files Browse the repository at this point in the history
a -> b
  • Loading branch information
schwehr committed Jan 23, 2025
1 parent ae464d4 commit 11be817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/gcore/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def test_cog_creation_of_overviews_with_compression():

ds_overview_b = gdal.Open("GTIFF_DIR:3:" + filename)
assert ds_overview_b.GetMetadata("IMAGE_STRUCTURE")["COMPRESSION"] == "JPEG"
assert ds_overview_a.GetMetadata("IMAGE_STRUCTURE")["JPEG_QUALITY"] == "50"
assert ds_overview_b.GetMetadata("IMAGE_STRUCTURE")["JPEG_QUALITY"] == "50"

ds_overview_a = None
ds_overview_b = None
Expand Down

0 comments on commit 11be817

Please sign in to comment.