From 0b93810204a96101776cce61694bf19ff4049ff2 Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Thu, 12 Jan 2023 14:07:48 +0100 Subject: [PATCH] Changes goodput calculation. --- plot_transmission_timeline.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plot_transmission_timeline.py b/plot_transmission_timeline.py index 63166c0..0cbe628 100755 --- a/plot_transmission_timeline.py +++ b/plot_transmission_timeline.py @@ -222,6 +222,4 @@ if __name__ == "__main__": if args.save: plt.savefig("{}{}_cdf_plot.pdf".format(args.save, "goodput")) else: - plt.show() - - print(transmission_df) \ No newline at end of file + plt.show() \ No newline at end of file