Simplify plots: version OK with R6 classes
[talweg.git] / pkg / R / F_Zero.R
index fdfee83..4f57ba2 100644 (file)
@@ -7,7 +7,7 @@ ZeroForecaster = R6::R6Class("ZeroForecaster",
        inherit = Forecaster,
 
        public = list(
-               predictShape = function(today, memory, horizon, ...)
+               predictShape = function(data, today, memory, horizon, ...)
                        rep(0., horizon)
        )
 )