Merge pull request #41 from status-im/fix-steps

fixup: increase step counter while steps4StopCondition
This commit is contained in:
Leo 2023-04-18 17:05:14 +02:00 committed by GitHub
commit b5dc260611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: