anweiguo 5 tháng trước cách đây
mục cha
commit
6cf85d2c97

+ 2 - 1
evaluation_processing/analysis_report/.ipynb_checkpoints/analysis-checkpoint.py

@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 import pandas as pd
 import matplotlib.pyplot as plt
 from pymongo import MongoClient
@@ -221,7 +222,7 @@ def analysis_report():
         file_path = os.path.join(directory, filename)
         # combined_fig.write_html(f"D://usr//{filename}")
         combined_fig.write_html(file_path)
-        path = f"交互式 HTML 文件已生成!路径/data/html/{filename}"
+        path = f"http://ds2:10093/data/html/{filename}"
         success = 1
     except Exception as e:
         my_exception = traceback.format_exc()

+ 2 - 1
evaluation_processing/analysis_report/analysis.py

@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 import pandas as pd
 import matplotlib.pyplot as plt
 from pymongo import MongoClient
@@ -221,7 +222,7 @@ def analysis_report():
         file_path = os.path.join(directory, filename)
         # combined_fig.write_html(f"D://usr//{filename}")
         combined_fig.write_html(file_path)
-        path = f"交互式 HTML 文件已生成!路径/data/html/{filename}"
+        path = f"http://ds2:10093/data/html/{filename}"
         success = 1
     except Exception as e:
         my_exception = traceback.format_exc()