Skip to content

Commit 9260c11

Browse files
Use standard dataset in regrid (#1576)
1 parent 51aa2e4 commit 9260c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geospatial/test_regrid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_xesmf(
2727
) as client: # noqa: F841
2828
# Load dataset
2929
ds = xr.open_zarr(
30-
"gs://weatherbench2/datasets/era5/1959-2023_01_10-wb13-6h-1440x721.zarr",
30+
"gs://weatherbench2/datasets/era5/1959-2023_01_10-full_37-1h-0p25deg-chunk-1.zarr",
3131
)
3232

3333
if scale == "small":

0 commit comments

Comments
 (0)