no message
This commit is contained in:
2
main.py
2
main.py
@@ -45,7 +45,7 @@ def do_computation(c_db):
|
|||||||
exp = Computation(c_db)
|
exp = Computation(c_db)
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
time.sleep(random.uniform(0, 1))
|
# time.sleep(random.uniform(0, 1))
|
||||||
is_all_done = exp.run()
|
is_all_done = exp.run()
|
||||||
if is_all_done:
|
if is_all_done:
|
||||||
break
|
break
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user