From 34e98f47df71998b1abb8fcd5b67ded95d33f571 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Thu, 9 Jan 2025 08:40:02 +0100 Subject: [PATCH] Undo interactive experimentation changes --- tests/geospatial/test_climatology.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/geospatial/test_climatology.py b/tests/geospatial/test_climatology.py index 3f44149990..52e3b52ffa 100644 --- a/tests/geospatial/test_climatology.py +++ b/tests/geospatial/test_climatology.py @@ -47,11 +47,10 @@ def test_highlevel_api( "workspace": "dask-benchmarks-gcp", "region": "us-central1", "idle_timeout": "1h", - "scheduler_memory": "64 GiB", }, scale_kwargs={ "small": {"n_workers": 10}, - "medium": {"n_workers": 10}, + "medium": {"n_workers": 100}, "large": {"n_workers": 100}, }, ):