From 71a8f6d5b5051d572107c7f98eb8700a273125b0 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 26 Feb 2026 21:29:14 -0500 Subject: [PATCH 1/2] add non rgb 3b dataset test --- tests/image_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/image_list.py b/tests/image_list.py index 3b1ced0..b3b9a0b 100644 --- a/tests/image_list.py +++ b/tests/image_list.py @@ -11,6 +11,7 @@ ("rasterio", "uint8_rgb_deflate_block64_cog"), ("rasterio", "uint8_rgb_webp_block64_cog"), ("rasterio", "uint8_rgba_webp_block64_cog"), + ("rasterio", "uint8_nonrgb_deflate_block64_cog"), ("umbra", "sydney_airport_GEC"), ] """All fixtures that have overviews where the data can be compared with rasterio.""" From e7bd09727bebc558e2e6bc2036e923bd0c825d8f Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 27 Feb 2026 00:15:26 -0500 Subject: [PATCH 2/2] update submodules --- fixtures/geotiff-test-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/geotiff-test-data b/fixtures/geotiff-test-data index 45d222f..ee231aa 160000 --- a/fixtures/geotiff-test-data +++ b/fixtures/geotiff-test-data @@ -1 +1 @@ -Subproject commit 45d222fabcef6bf49e85abde82f4438410f6dd92 +Subproject commit ee231aa8e99a433987c40da96806d446d59437c4