'update'
[talweg.git] / pkg / R / F_Zero.R
index ff6eb52..fdfee83 100644 (file)
@@ -4,7 +4,7 @@
 #'
 #' Return 0 (and then adjust). Inherits \code{\link{Forecaster}}
 ZeroForecaster = R6::R6Class("ZeroForecaster",
-       inherit = "Forecaster",
+       inherit = Forecaster,
 
        public = list(
                predictShape = function(today, memory, horizon, ...)