Skip to content

Commit 3e8858c

Browse files
author
andre_ramos
committed
format
1 parent 945e152 commit 3e8858c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fit_forecast.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,7 @@ function simulate(
196196
@assert seasonal_innovation_simulation >= 0 "seasonal_innovation_simulation must be a non-negative integer"
197197
@assert isfitted(model) "Model must be fitted before simulation"
198198

199-
prediction = forecast(
200-
model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast
201-
)
199+
prediction = forecast(model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast)
202200

203201
is_univariate = typeof(model.output) == Output
204202

0 commit comments

Comments
 (0)