diff --git a/xee/ext_integration_test.py b/xee/ext_integration_test.py index 032442c..929ad3c 100644 --- a/xee/ext_integration_test.py +++ b/xee/ext_integration_test.py @@ -384,7 +384,7 @@ def test_open_dataset__n_images(self): def test_can_chunk__opened_dataset(self): ds = xr.open_dataset( - 'NASA/GPM_L3/IMERG_V06', + 'NASA/GPM_L3/IMERG_V07', crs='EPSG:4326', scale=0.25, engine=xee.EarthEngineBackendEntrypoint,