X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=3cbd35c4306854d4e04fa541abb621043a7c7fc7;hb=refs%2Fchanges%2F37%2F23737%2F4;hp=0e0faff5bc37639676b342824794d8923a533289;hpb=627cddca1d64edb8475407a1524efb2a22249a25;p=csit.git diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 0e0faff5bc..3cbd35c430 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1822,7 +1822,7 @@ def plot_service_density_heatmap(plot, input_data): stdev=None) try: if plot["include-tests"] == "MRR": - result = test["result"]["receive-rate"].avg + result = test["result"]["receive-rate"] # .avg elif plot["include-tests"] == "PDR": result = test["throughput"]["PDR"]["LOWER"] elif plot["include-tests"] == "NDR": @@ -2110,7 +2110,7 @@ def plot_service_density_heatmap_compare(plot, input_data): stdev_c=None) try: if plot["include-tests"] == "MRR": - result = test["result"]["receive-rate"].avg + result = test["result"]["receive-rate"] # .avg elif plot["include-tests"] == "PDR": result = test["throughput"]["PDR"]["LOWER"] elif plot["include-tests"] == "NDR":