Skip to content

Commit

Permalink
Test case updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Mar 22, 2024
1 parent f1be4a4 commit 5402120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xee/ext_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def test_write_projected_dataset_to_raster(self):
scale=10,
crs=crs,
geometry=geom,
projection= ee.Projection(crs, [10, 0, 0, 0, -10, 0])
)

ds = ds.isel(time=0).transpose('Y', 'X')
Expand Down Expand Up @@ -506,8 +507,8 @@ def test_write_dataset_to_raster(self):
ds = xr.open_dataset(
col,
engine=xee.EarthEngineBackendEntrypoint,
scale=0.0025,
geometry=geom,
projection= ee.Projection('EPSG:4326', [0.0025, 0, 0, 0, -0.0025, 0])
)

ds = ds.isel(time=0).transpose('lat', 'lon')
Expand Down

0 comments on commit 5402120

Please sign in to comment.