Skip to content

ThresholdedRunningStatistics.lazy_func(...) should call RunningStatistics.lazy_func(...) (fixes #265)

Joakim Löw requested to merge joakim.low/climix:tr-stats-bug-fix into main

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.

Merge request reports