We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945e152 commit 3e8858cCopy full SHA for 3e8858c
src/fit_forecast.jl
@@ -196,9 +196,7 @@ function simulate(
196
@assert seasonal_innovation_simulation >= 0 "seasonal_innovation_simulation must be a non-negative integer"
197
@assert isfitted(model) "Model must be fitted before simulation"
198
199
- prediction = forecast(
200
- model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast
201
- )
+ prediction = forecast(model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast)
202
203
is_univariate = typeof(model.output) == Output
204
0 commit comments