Skip to content

Commit 7126089

Browse files
committed
server side simplification changed with gdal update
1 parent 92a41ca commit 7126089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/python/tests/test_earthdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_simplification(self, init):
108108
]
109109
rsps = earthdata.search({"asset": "icesat2", "poly": poly})
110110
assert init
111-
assert len(rsps) >= 160
111+
assert len(rsps) >= 100
112112

113113
#
114114
# STAC

0 commit comments

Comments
 (0)