We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7747e commit d3c7e0dCopy full SHA for d3c7e0d
run.R
@@ -68,7 +68,7 @@ if (use_shiny) {
68
# Prevent functions defined in /R dir from being loaded unnecessarily
69
options(shiny.autoload.r = FALSE)
70
71
- forecaster_options <- unique(tar_read(forecasters)[["parent_id"]])
+ forecaster_options <- unique(tar_read(forecaster_params_grid)[["parent_id"]])
72
# Map forecaster names to score files
73
forecaster_options <- setNames(
74
# File names
0 commit comments