David 3 ماه پیش
والد
کامیت
3eafa7507e
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      evaluation_processing/analysis.py
  2. 1 1
      evaluation_processing/analysis_cdq.py
  3. 1 1
      evaluation_processing/analysis_report.py

+ 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)