diff options
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']: |