debug log neighborhood of producer as well

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-02-16 17:33:31 +01:00
parent 8c9ddcca55
commit 2775d180f1
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -76,7 +76,7 @@ class Simulator:
val2.columnNeighbors[id].update({val1.ID : Neighbor(val1, self.shape.blockSize)})
if self.logger.isEnabledFor(logging.DEBUG):
for i in range(1, self.shape.numberValidators):
for i in range(0, self.shape.numberValidators):
self.logger.debug("Val %d : rowN %s", i, self.validators[i].rowNeighbors, extra=self.format)
self.logger.debug("Val %d : colN %s", i, self.validators[i].columnNeighbors, extra=self.format)