Skip to content

Commit

Permalink
Chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Oct 2, 2024
1 parent 2d64d13 commit b826999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/geospatial/test_climatology.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_rechunk_map_blocks(
ds = ds[variables].sel(time=time_range)

ds = ds.drop_vars([k for k, v in ds.items() if "time" not in v.dims])
pencil_chunks = {"time": -1, "longitude": "128", "latitude": "128"}
pencil_chunks = {"time": -1, "longitude": "auto", "latitude": "auto"}

working = ds.chunk(pencil_chunks)
hours = xr.DataArray(range(0, 24, 6), dims=["hour"])
Expand Down Expand Up @@ -143,7 +143,7 @@ def test_highlevel_api(
"workspace": "dask-benchmarks-gcp",
"region": "us-central1",
"wait_for_workers": True,
"idle_timeout": "2h",
"idle_timeout": "1h",
},
scale_kwargs={
"small": {"n_workers": 10},
Expand Down

0 comments on commit b826999

Please sign in to comment.