David 3 月之前
父節點
當前提交
3eafa7507e

+ 1 - 1
evaluation_processing/analysis.py

@@ -242,7 +242,7 @@ def put_analysis_report_to_html(args, df_predict, df_accuracy):
     if not os.path.exists(directory):
         os.makedirs(directory)
     file_path = os.path.join(directory, filename)
-    path = f"http://ds3:10010/{filename}"
+    path = f"http://ds1:10010/{filename}"
     # 将 HTML 内容写入文件
     with open(file_path, "w", encoding="utf-8") as f:
         f.write(html_content)

+ 1 - 1
evaluation_processing/analysis_cdq.py

@@ -267,7 +267,7 @@ def put_analysis_report_to_html(args, df_predict, df_accuracy):
     if not os.path.exists(directory):
         os.makedirs(directory)
     file_path = os.path.join(directory, filename)
-    path = f"http://ds3:10010/{filename}"
+    path = f"http://ds1:10010/{filename}"
     # 将 HTML 内容写入文件
     with open(file_path, "w", encoding="utf-8") as f:
         f.write(html_content)

+ 1 - 1
evaluation_processing/analysis_report.py

@@ -449,7 +449,7 @@ def put_analysis_report_to_html(args, df_clean, df_predict, df_accuracy):
     if not os.path.exists(directory):
         os.makedirs(directory)
     file_path = os.path.join(directory, filename)
-    path = f"http://ds3:10010/{filename}"
+    path = f"http://ds1:10010/{filename}"
     # 将 HTML 内容写入文件
     with open(file_path, "w", encoding="utf-8") as f:
         f.write(html_content)