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": "(文件名格式不正确)",