diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-03-22 17:11:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-22 17:11:04 +0100 |
commit | fc38e211551a7c2d4c681f2b8ffc5b8b5ceb1032 (patch) | |
tree | 1d822e304f7b5a15b7c7165982b65e020aa86b31 /lib/dfatool.py | |
parent | 9496765702423b9945cd4788dd35f0c34c45d3ad (diff) |
add tex output for pgfplotstable
Diffstat (limited to 'lib/dfatool.py')
-rwxr-xr-x | lib/dfatool.py | 2 |
1 files changed, 1 insertions, 1 deletions
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']: |