From 841569630d62bfe413b19b228e078eb1c7728fba Mon Sep 17 00:00:00 2001 From: tebarius Date: Sat, 9 Dec 2023 21:34:50 +0100 Subject: [PATCH] 09-2a fertig --- 05/05-2-multiprocess-with-gpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/05-2-multiprocess-with-gpu.py b/05/05-2-multiprocess-with-gpu.py index 922f22a..9a0ff07 100644 --- a/05/05-2-multiprocess-with-gpu.py +++ b/05/05-2-multiprocess-with-gpu.py @@ -10,7 +10,7 @@ start = time() seeds = np.ndarray([]) # 0 seed_to_soil = [] # 1 soil_to_fertilizer = [] # 2 -fertilizer_to_water = [] # 3 +fertilizer_to_water = [] # 3 water_to_light = [] # 4 light_to_temperature = [] # 5 temperature_to_humidity = [] # 6