Skip to content

Commit

Permalink
cog.py: Fix typo in test_cog_write_jpegxl_alpha
Browse files Browse the repository at this point in the history
`BLOCKSIZE` --> `BLOCKXSIZE`
schwehr committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 92c186a commit d951676
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
@@ -1706,7 +1706,7 @@ def test_cog_write_jpegxl_alpha():
"COMPRESS=JXL",
"JXL_LOSSLESS=NO",
"TILED=YES",
"BLOCKSIZE=512",
"BLOCKXSIZE=512",
"BLOCKYSIZE=512",
],
)

0 comments on commit d951676

Please sign in to comment.