diff options
Diffstat (limited to 'pm_data_analysis/pm_data_analyzer.py')
-rwxr-xr-x | pm_data_analysis/pm_data_analyzer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm_data_analysis/pm_data_analyzer.py b/pm_data_analysis/pm_data_analyzer.py index e730383..ea4812f 100755 --- a/pm_data_analysis/pm_data_analyzer.py +++ b/pm_data_analysis/pm_data_analyzer.py | |||
@@ -166,7 +166,7 @@ class Analyzer(defapp.App): | |||
166 | for i in ovds: | 166 | for i in ovds: |
167 | if len(i[0]) != 0: | 167 | if len(i[0]) != 0: |
168 | # just add overheads, "forget" preemption length | 168 | # just add overheads, "forget" preemption length |
169 | # FIXME: is really needed? | 169 | # 20100412: IQR analysis is not needed (atm) |
170 | # valid_ovds.add(sd.remOutliers(i[0][:,0]), i[1]) | 170 | # valid_ovds.add(sd.remOutliers(i[0][:,0]), i[1]) |
171 | valid_ovds.add(i[0][:,0], i[1]) | 171 | valid_ovds.add(i[0][:,0], i[1]) |
172 | else: | 172 | else: |