Co-authored-by: Anton Akhmerov <anton.akhmerov@gmail.com>
Bas Nijholt authored on 14/05/2020 14:25:21 • GitHub committed on 14/05/2020 14:25:21... | ... |
@@ -46,7 +46,7 @@ class AverageLearner(BaseLearner): |
46 | 46 |
self.atol = atol |
47 | 47 |
self.rtol = rtol |
48 | 48 |
self.npoints = 0 |
49 |
- # Cannot estimate standard deviation with less than 2 points. |
|
49 |
+ # Cannot estimate standard deviation with fewer than 2 points. |
|
50 | 50 |
self.min_npoints = max(min_npoints, 2) |
51 | 51 |
self.sum_f = 0 |
52 | 52 |
self.sum_f_sq = 0 |