From fc38e211551a7c2d4c681f2b8ffc5b8b5ceb1032 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 Mar 2018 17:11:04 +0100 Subject: add tex output for pgfplotstable --- lib/dfatool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/dfatool.py b/lib/dfatool.py index b6a732f..a03abc4 100755 --- a/lib/dfatool.py +++ b/lib/dfatool.py @@ -789,7 +789,7 @@ class EnergyModel: def _compute_all_param_statistics(self): - queue = [] + #queue = [] for state_or_trans in self.by_name.keys(): self.stats[state_or_trans] = {} for key in self.by_name[state_or_trans]['attributes']: -- cgit v1.2.3