aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/core/workflow.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/core/workflow.py')
-rw-r--r--src/mlia/core/workflow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mlia/core/workflow.py b/src/mlia/core/workflow.py
index 9f8ac83..c645857 100644
--- a/src/mlia/core/workflow.py
+++ b/src/mlia/core/workflow.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2024, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Module for executors.
@@ -114,6 +114,7 @@ class DefaultWorkflowExecutor(WorkflowExecutor):
self.before_start()
collected_data = self.collect_data()
+
analyzed_data = self.analyze_data(collected_data)
self.produce_advice(analyzed_data)