X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=92a292b66c083c5b4f7cba468644cece97f8bc1d;hp=814fbe450c8473f53b5d7d5cb1f9ce3a4b599c57;hb=d0e06e9bc675e87f84af534af822cf2490e0337a;hpb=2038406703b82f513e6feaa1583118ba0d4eccaf diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 814fbe450c..92a292b66c 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -588,6 +588,7 @@ def table_performance_trending_dashboard(table, input_data): std())[-2] if isnan(last): anomaly = "outlier" + last = list(pd_data)[-1] elif last < (trend - 3 * t_stdev): anomaly = "regression" elif last > (trend + 3 * t_stdev):