aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 4bbee51ae5..32273ca920 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -782,7 +782,7 @@ def table_performance_trending_dashboard(table, input_data):
break
for idx in range(index+1, len(classification_lst)):
if classification_lst[idx] == tmp_classification:
- if relative_change[idx] > relative_change[index]:
+ if rel_change_lst[idx] > rel_change_lst[index]:
index = idx
# if "regression" in classification_lst[first_idx:]: