Skip to content

Commit

Permalink
Use standard dataset in regrid (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Oct 29, 2024
1 parent 51aa2e4 commit 9260c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geospatial/test_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_xesmf(
) as client: # noqa: F841
# Load dataset
ds = xr.open_zarr(
"gs://weatherbench2/datasets/era5/1959-2023_01_10-wb13-6h-1440x721.zarr",
"gs://weatherbench2/datasets/era5/1959-2023_01_10-full_37-1h-0p25deg-chunk-1.zarr",
)

if scale == "small":
Expand Down

0 comments on commit 9260c11

Please sign in to comment.