From 8aa831c53e0b6dd798383d9959a3812a9f147991 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Wed, 12 Mar 2025 00:24:25 +0800 Subject: [PATCH] Refine --- online_Analysis.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/online_Analysis.py b/online_Analysis.py index ddafd38..c7391ff 100644 --- a/online_Analysis.py +++ b/online_Analysis.py @@ -133,12 +133,19 @@ def burst_analysis(name: str, modify_pattern_start_time: str, burst_ID: list | s print('after simulation') + #step 3. restore the base model status # execute_undo(name) #有疑惑 if is_project_open(new_name): close_project(new_name) + + print(new_name) + print("before delete project") + delete_project(new_name) + print("after delete project") + # return result