Skip to content

Commit

Permalink
Merge pull request #16 from weecology/model_environ_data
Browse files Browse the repository at this point in the history
Add pevGARCH model to dry run
  • Loading branch information
henrykironde authored Aug 14, 2024
2 parents e292955 + 8bd3a6c commit 23739d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PortalForecasts_dryrun.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 23739d8

Please sign in to comment.