mirror of
https://github.com/logos-storage/das-research.git
synced 2026-02-13 17:43:08 +00:00
Small fix output
This commit is contained in:
parent
bb54a1cf31
commit
e337ddc74a
6
study.py
6
study.py
@ -7,8 +7,8 @@ from DAS import *
|
||||
def study():
|
||||
sim = Simulator(0)
|
||||
sim.initLogger()
|
||||
maxTries = 2
|
||||
step = 25
|
||||
maxTries = 10
|
||||
step = 20
|
||||
frRange = []
|
||||
resultRange = []
|
||||
simCnt = 0
|
||||
@ -24,7 +24,7 @@ def study():
|
||||
result += sim.run()
|
||||
simCnt += 1
|
||||
frRange.append(fr)
|
||||
resultRange.append(100-result)
|
||||
resultRange.append((maxTries-result)*100/maxTries)
|
||||
end = time.time()
|
||||
sim.logger.info("A total of %d simulations ran in %d seconds" % (simCnt, end-start), extra=sim.format)
|
||||
for i in range(len(frRange)):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user