no message

This commit is contained in:
Cricial 2025-01-27 20:25:25 +08:00
parent 30e7e56c11
commit 42fba119d1
2 changed files with 97453 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def do_computation(c_db):
exp = Computation(c_db)
while 1:
time.sleep(random.uniform(0, 1))
# time.sleep(random.uniform(0, 1))
is_all_done = exp.run()
if is_all_done:
break

File diff suppressed because it is too large Load Diff