Skip to content

Commit

Permalink
update report
Browse files Browse the repository at this point in the history
  • Loading branch information
adammwilson committed Mar 15, 2022
1 parent e9c5129 commit f660e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ list(
# stderr = R.utils::nullfile(),
adapt_engaged=F,
eta=0.11,
iter = 1000, #should be 1000 or more - 100 is just to run quickly
iter = 5000, #should be 1000 or more - 100 is just to run quickly
garbage_collection=T,
init=1,
tol_rel_obj = 0.001
Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library(raster)
library(lubridate)
library(sf)
# load data saved in the pipeline
tar_load(c(data, stan_data, model_results, spatial_outputs,model_prediction))
tar_load(c(envdata, stan_data, model_results, spatial_outputs,model_prediction))
```

# Model Overview
Expand Down

0 comments on commit f660e9a

Please sign in to comment.