mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-05 14:43:12 +00:00
Merge pull request #41 from status-im/fix-steps
fixup: increase step counter while steps4StopCondition
This commit is contained in:
commit
b5dc260611
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user