Refine
This commit is contained in:
@@ -896,6 +896,8 @@ def run_simulation(name: str, simulation_type: str, modify_pattern_start_time: s
|
|||||||
# DingZQ 下面这几句一定要这样,不然读取不了
|
# DingZQ 下面这几句一定要这样,不然读取不了
|
||||||
time.sleep(5) # wait 5 seconds
|
time.sleep(5) # wait 5 seconds
|
||||||
|
|
||||||
|
# TODO: 2025/03/24
|
||||||
|
# DingZQ 这个名字要用随机数来处理
|
||||||
tmp_file = './temp/simulation.result.out'
|
tmp_file = './temp/simulation.result.out'
|
||||||
shutil.copy(f'./temp/{name_c}.db.opt', tmp_file)
|
shutil.copy(f'./temp/{name_c}.db.opt', tmp_file)
|
||||||
output = Output(tmp_file)
|
output = Output(tmp_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user