commit | 4af1c1da85fb279038a520c8229e1c8584f97e5e | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon May 18 15:48:58 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon May 18 15:49:06 2015 +0300 |
tree | cda5a78025d371abf1236ce7db6261512080efb9 | |
parent | 415447a25f175f2a50cfaaa06a95135f617fc336 [diff] [blame] |
a lot of chenges
diff --git a/wally/statistic.py b/wally/statistic.py index 8180619..74ce572 100644 --- a/wally/statistic.py +++ b/wally/statistic.py
@@ -144,6 +144,7 @@ self.confidence = None self.min = None self.max = None + self.raw = None def rounded_average_conf(self): return round_deviation((self.average, self.confidence)) @@ -184,4 +185,5 @@ else: res.confidence = res.deviation + res.raw = data[:] return res