From 4b9128a14328caaccf00cbd84f4f628fc341aa18 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Wed, 14 Feb 2024 14:13:25 +0100 Subject: [PATCH] fixup merge Signed-off-by: Csaba Kiraly --- DAS/simulator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DAS/simulator.py b/DAS/simulator.py index d2c95f9..0840212 100644 --- a/DAS/simulator.py +++ b/DAS/simulator.py @@ -170,6 +170,8 @@ class Simulator: val1.rowNeighbors[id].update({val2.ID : Neighbor(val2, 0, self.shape.blockSizeR)}) val2.rowNeighbors[id].update({val1.ID : Neighbor(val1, 0, self.shape.blockSizeR)}) + for id in range(self.shape.blockSizeR): + if not columnChannels[id]: self.logger.error("No nodes for column %d !" % id, extra=self.format) continue