Skip to content

Commit d3c7e0d

Browse files
committed
fix: shiny app won't run with the wrong name
1 parent 1a7747e commit d3c7e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (use_shiny) {
6868
# Prevent functions defined in /R dir from being loaded unnecessarily
6969
options(shiny.autoload.r = FALSE)
7070

71-
forecaster_options <- unique(tar_read(forecasters)[["parent_id"]])
71+
forecaster_options <- unique(tar_read(forecaster_params_grid)[["parent_id"]])
7272
# Map forecaster names to score files
7373
forecaster_options <- setNames(
7474
# File names

0 commit comments

Comments
 (0)