From 92ab77e199ac18da7119b164f9715e08a19af385 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sun, 24 Apr 2016 18:39:19 +0200 Subject: [PATCH] Remove unused variable --- cool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cool.py b/cool.py index e64929f..63e364d 100755 --- a/cool.py +++ b/cool.py @@ -178,7 +178,6 @@ class ComparisonExperiment(Experiment): self.folder_to_csv(self.inputs.gmul.timing.path, self.outputs.gmul_data) with self.outputs.graphs as path: - samplecount = len(self.outputs.cool_data.value) # Time plt.title("Time spent: %s" % os.path.basename(self.inputs.treetab.metadata['formulas'])) -- 2.39.2