Skip to content

Commit 8589141

Browse files
author
Emma Ai
committed
fix landcover level1 test
1 parent eb67117 commit 8589141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_landcover_plugin_a1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def test_l3_classes(dataset):
242242
[223, 221, 210, 125],
243243
[223, 223, 223, 210],
244244
[223, 221, 223, 223],
245-
[221, 223, 223, 223],
245+
[221, 255, 223, 223],
246246
]
247247
],
248248
dtype="uint8",

0 commit comments

Comments
 (0)