diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-01 11:17:22 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-04 08:16:12 +0000 |
commit | 2062aa4da62dc3be7f168981a55473ff4f53783b (patch) | |
tree | fdef864ff66b2c4a71d99b3239ffc933b4a72513 /resources/tools/presentation/generator_tables.py | |
parent | 30b599ac5c3a0d6c2b83ce62e60191d9baae9ad3 (diff) |
CSIT-1112: Add link bonding tests to the Trending
Change-Id: I3130904423b0e5b24e20d0c74d1b238d2de16f46
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 |