mirror of
https://github.com/status-im/das-research.git
synced 2025-02-22 19:38:14 +00:00
debug log neighborhood of producer as well
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
8c9ddcca55
commit
2775d180f1
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user