mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-23 08:18:14 +00:00
fixup: increase step counter while steps4StopCondition
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
5aa364db8f
commit
b74ac19557
@ -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)
|
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)
|
missingVector.append(missingSamples)
|
||||||
break
|
break
|
||||||
else:
|
steps += 1
|
||||||
steps += 1
|
|
||||||
|
|
||||||
progress = pd.DataFrame(progressVector)
|
progress = pd.DataFrame(progressVector)
|
||||||
if self.config.saveProgress:
|
if self.config.saveProgress:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user