From fdd2a1f1124acf729055608e48bbe5a4cfc59711 Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 2 Jan 2024 10:03:07 +0000 Subject: [PATCH] Fix Modal test following #336 --- cubed/tests/test_executor_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubed/tests/test_executor_features.py b/cubed/tests/test_executor_features.py index dcc8e2b4..9117278a 100644 --- a/cubed/tests/test_executor_features.py +++ b/cubed/tests/test_executor_features.py @@ -111,7 +111,7 @@ def test_callbacks_modal(spec, modal_executor): np.array([[2, 3, 4], [5, 6, 7], [8, 9, 10]]), ) - num_created_arrays = 3 + num_created_arrays = 1 assert task_counter.value == num_created_arrays + 4 finally: fs = fsspec.open(tmp_path).fs