From 965e3aad534690064d349c49a566f0dd98af8245 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 13 Mar 2017 15:29:30 +0000 Subject: [PATCH] Removed line of testing code. --- tests/benchmarking/plot_benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/benchmarking/plot_benchmark.py b/tests/benchmarking/plot_benchmark.py index 251a1b4a..eeeb6a8b 100644 --- a/tests/benchmarking/plot_benchmark.py +++ b/tests/benchmarking/plot_benchmark.py @@ -154,7 +154,6 @@ ax.set_ylim(bottom=1, top=ax.get_ylim()[1] * 1.1) # Subplot of simulation size vs cells/sec # ########################################### ax = plt.subplot(gs[0, 2]) -cells = np.array([100, 150, 200, 300]) ax.plot(cells, cpucellspersec / 1e6, color=colors[0], marker='.', ms=10, lw=2, label=cpuID) if gpuIDs: