Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 22, 2024
1 parent bac36a9 commit cbabdb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def test_mars_mosaic_create():
MARS_MERCATOR,
extent_crs=MARS2000_SPHERE,
title="Web Mercator Mars",
geographic_crs=MARS2000_SPHERE,
)
# load the mars_ctx_stac_assset.json file
with open(mars_ctx_asset, "r") as f:
Expand All @@ -202,7 +201,6 @@ def test_mars_mosaic_create():
assert isinstance(mosaic, FileBackend)
assert mosaic.tms == mars_tms
assert mosaic.crs == mars_tms.rasterio_geographic_crs
assert mosaic.geographic_crs == mars_tms.rasterio_geographic_crs
assert len(mosaic.assets_for_point(77.28, 18, mars_tms.geographic_crs)) > 0
assert (
len(mosaic.assets_for_bbox(77.2, 17.5, 77.4, 18.5, mars_tms.geographic_crs))
Expand Down

0 comments on commit cbabdb0

Please sign in to comment.