Skip to content

Commit 2ba61cd

Browse files
committed
Code cleanup
1 parent 6630e1d commit 2ba61cd

File tree

1 file changed

+0
-2
lines changed
  • portable/comp-android/diacomp/src/main/java/org/bosik/diacomp/android/frontend/fragments

1 file changed

+0
-2
lines changed

portable/comp-android/diacomp/src/main/java/org/bosik/diacomp/android/frontend/fragments/FragmentTabCharts.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ public Collection<Series<?>> load(Context context)
196196
}
197197
}
198198

199-
// keys.forEach(key -> points.add(new WeightedValue(items.get(key), 1.0)));
200-
201199
double mean = Utils.getWeightedMean(points);
202200
double deviation = Utils.getWeightedDeviation(points, mean);
203201
dataAvg.add(new DataPoint(windowMiddle, mean));

0 commit comments

Comments
 (0)