From 0e71c3df7b1335f12df839f5ec7744b9e639f5ef Mon Sep 17 00:00:00 2001 From: Yorusora Date: Mon, 12 May 2025 11:26:39 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96=E4=BA=86=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_detect_Jpeak.py | 1 + func/Module_preprocess.py | 1 + 2 files changed, 2 insertions(+) diff --git a/func/Module_detect_Jpeak.py b/func/Module_detect_Jpeak.py index f498dcc..ffaedbf 100644 --- a/func/Module_detect_Jpeak.py +++ b/func/Module_detect_Jpeak.py @@ -1,5 +1,6 @@ from gc import collect from pathlib import Path +from traceback import format_exc import matplotlib.pyplot as plt from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication diff --git a/func/Module_preprocess.py b/func/Module_preprocess.py index e7af5ba..a15c11d 100644 --- a/func/Module_preprocess.py +++ b/func/Module_preprocess.py @@ -1,5 +1,6 @@ from gc import collect from pathlib import Path +from traceback import format_exc import matplotlib.pyplot as plt from PySide6.QtWidgets import QMessageBox, QMainWindow, QApplication