Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andre_ramos committed Jan 3, 2025
1 parent 945e152 commit 3e8858c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fit_forecast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ function simulate(
@assert seasonal_innovation_simulation >= 0 "seasonal_innovation_simulation must be a non-negative integer"
@assert isfitted(model) "Model must be fitted before simulation"

prediction = forecast(
model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast
)
prediction = forecast(model, steps_ahead; Exogenous_Forecast=Exogenous_Forecast)

is_univariate = typeof(model.output) == Output

Expand Down

0 comments on commit 3e8858c

Please sign in to comment.