Skip to content

Commit 2e12c8d

Browse files
committed
fixed arcticdem pytest to match new filename format for file directories
1 parent ac25127 commit 2e12c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_arcticdem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_vrt(self, domain, organization):
1515
rqst = {"samples": {"asset": "arcticdem-mosaic"}, "coordinates": [[-178.0,51.7]]}
1616
rsps = sliderule.source("samples", rqst)
1717
assert abs(rsps["samples"][0][0]["value"] - 80.713500976562) < 0.001
18-
assert rsps["samples"][0][0]["file"] == 'pgc-opendata-dems/arcticdem/mosaics/v3.0/2m/70_09/70_09_2_1_2m_v3.0_reg_dem.tif'
18+
assert rsps["samples"][0][0]["file"] == '/vsis3/pgc-opendata-dems/arcticdem/mosaics/v3.0/2m/70_09/70_09_2_1_2m_v3.0_reg_dem.tif'
1919

2020
def test_nearestneighbour(self, domain, asset, organization):
2121
icesat2.init(domain, organization=organization)

0 commit comments

Comments
 (0)