fixup: increase step counter while steps4StopCondition

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-04-10 22:05:48 +02:00
parent 5aa364db8f
commit b74ac19557
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 2 deletions

View File

@ -283,8 +283,7 @@ class Simulator:
self.logger.debug("The entire block is available at step %d, with failure rate %d !" % (steps, self.shape.failureRate), extra=self.format)
missingVector.append(missingSamples)
break
else:
steps += 1
steps += 1
progress = pd.DataFrame(progressVector)
if self.config.saveProgress: