From 2f35c726d335695169ee31618d27bb8ae2d6a39b Mon Sep 17 00:00:00 2001 From: Sandro Zimmermann Date: Thu, 18 Dec 2025 16:35:44 +0100 Subject: [PATCH] really finalize personenstromsimulation --- personenstromsimulation/pedestrian_sk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/personenstromsimulation/pedestrian_sk.py b/personenstromsimulation/pedestrian_sk.py index 48791cd..34b1916 100644 --- a/personenstromsimulation/pedestrian_sk.py +++ b/personenstromsimulation/pedestrian_sk.py @@ -75,7 +75,6 @@ def update(old, new): if move_to != None: new[move_to["x"], move_to["y"]] = CELL_PED old[move_to["x"], move_to["y"]] = CELL_OBS - old[x,y] = CELL_OBS else: new[x,y] = old[x,y]