diff --git a/PortalForecasts_dryrun.R b/PortalForecasts_dryrun.R index ed53f2e5..16e97e71 100644 --- a/PortalForecasts_dryrun.R +++ b/PortalForecasts_dryrun.R @@ -6,7 +6,7 @@ library(portalcasting) setup_production() #Run fastest model for testing in dry run -portalcast(models = c("ESSS")) +portalcast(models = c("ESSS", "pevGARCH")) #Evaluate model forecast evaluate_forecast()