From 976244b3b43528c1e2f5313c86d202b1d70681cd Mon Sep 17 00:00:00 2001 From: wst Date: Fri, 23 May 2025 16:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9C=A8<=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=B2=BE=E5=AF=B9=E9=BD=90>=E4=B8=AD=E7=B2=97?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=BB=93=E6=9E=9C=E5=AF=BC=E5=85=A5=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9C=A8=E4=B8=AD=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E8=8E=B7=E5=8F=96=E5=A4=B1=E8=B4=A5=E6=97=B6=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/Module_precisely_align.py | 2 +- func/utils/Constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/func/Module_precisely_align.py b/func/Module_precisely_align.py index c15a7fc..009c642 100644 --- a/func/Module_precisely_align.py +++ b/func/Module_precisely_align.py @@ -123,7 +123,7 @@ class SettingWindow(QMainWindow): Path(str(self.sampID)))), "Input_Rpeak": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_PSG_TEXT / Path(str(self.sampID)))), - "Input_Approximately_Align": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_PSG_TEXT / + "Input_Approximately_Align": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_LABEL / Path(str(self.sampID)))), "Save_AlignInfo": str((Path(self.root_path) / ConfigParams.PUBLIC_PATH_LABEL / Path(str(self.sampID)))), diff --git a/func/utils/Constants.py b/func/utils/Constants.py index a6907e6..56df68d 100644 --- a/func/utils/Constants.py +++ b/func/utils/Constants.py @@ -98,7 +98,7 @@ class Constants: "Suffix_Not_Correct": "(文件扩展名不正确)", "Frequency_Not_In_Filename": "(数据频率不在文件名中)", "Data_Not_Exist": "(数据不存在)", - "Model_File_Not_Exist": "(模型文件不存在)", + "Model_Path_Not_Exist": "(模型文件不存在)", "Cut_Data_Length_not_Correct": "(切割数据时长度不正确)", "Align_Label_SALabel_Format_not_Correct": "(映射标签时SA Label中的文件格式不正确)", "Filename_Format_not_Correct": "(文件名格式不正确)",