From 39250c3837e7ed982c9a824e0c86aebf059f05d0 Mon Sep 17 00:00:00 2001 From: fanglanyue Date: Mon, 10 Feb 2025 15:37:31 +0800 Subject: [PATCH] test ut --- .../msprof_analyze/advisor/dataset/cluster/cluster_dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/msprof_analyze/advisor/dataset/cluster/cluster_dataset.py b/profiler/msprof_analyze/advisor/dataset/cluster/cluster_dataset.py index b47f6d451..959901c33 100644 --- a/profiler/msprof_analyze/advisor/dataset/cluster/cluster_dataset.py +++ b/profiler/msprof_analyze/advisor/dataset/cluster/cluster_dataset.py @@ -49,6 +49,7 @@ class ClusterDataset(Dataset): def cluster_analyze(self): if self.is_cluster_analysis_output_exist(): return + parameter = { Constant.COLLECTION_PATH: self.collection_path, Constant.ANALYSIS_MODE: "all", -- Gitee