09-2a fertig

This commit is contained in:
2023-12-09 21:34:50 +01:00
parent 2ee9bbef5a
commit 841569630d

View File

@@ -10,7 +10,7 @@ start = time()
seeds = np.ndarray([]) # 0 seeds = np.ndarray([]) # 0
seed_to_soil = [] # 1 seed_to_soil = [] # 1
soil_to_fertilizer = [] # 2 soil_to_fertilizer = [] # 2
fertilizer_to_water = [] # 3 fertilizer_to_water = [] # 3
water_to_light = [] # 4 water_to_light = [] # 4
light_to_temperature = [] # 5 light_to_temperature = [] # 5
temperature_to_humidity = [] # 6 temperature_to_humidity = [] # 6