ThresholdedRunningStatistics.lazy_func(...) should call RunningStatistics.lazy_func(...) (fixes #265)
ThresholdedRunningStatistics.lazy_func(...)
called RunningStatistics.call_func(...)
, changed to call RunningStatistics.lazy_func(...)
instead. Have tested with rx5day
and rx{ND}day
(using rx1day
and rx3day
) with same results before and after change.