From 59875effbf6472fd1515dc80cdfcd3993d60f6cd Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sun, 9 Feb 2025 13:10:44 +0800 Subject: [PATCH] Refine --- simulation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/simulation.py b/simulation.py index 150e869..9c17d8b 100644 --- a/simulation.py +++ b/simulation.py @@ -998,6 +998,7 @@ def run_simulation(name: str, simulation_type: str, modify_pattern_start_time: s # 运行并返回结果 + print(f'Before run_project') result = run_project(name_c) # print(f'Simulation result : ' + result)