From 97496f8f79a94efdd55ac6ade4c0a9b0b9028c9d Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:09:36 +0100 Subject: [PATCH] improve dask distributed --- tests/test_distributed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_distributed.py b/tests/test_distributed.py index a7b6a9c..0b222a1 100644 --- a/tests/test_distributed.py +++ b/tests/test_distributed.py @@ -25,7 +25,7 @@ def distributed(): @pytest.mark.parametrize( - "args", [["example.danra.yaml", "--dask-distributed-local-core-fraction", "0.1"]] + "args", [["example.danra.yaml"]] ) def test_run_distributed(args): if distributed():