diff options
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 8791ae5804..4fdd8c58ba 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -819,6 +819,8 @@ def table_performance_trending_dashboard(table, input_data): classification_lst = classify_anomalies(data_t, window=14) if classification_lst: + if isnan(rel_change_last) and isnan(rel_change_long): + continue tbl_lst.append( [tbl_dict[tst_name]["name"], '-' if isnan(last_median_t) else |