Skip to content

Commit 3f42eda

Browse files
committed
use var with same testing logic
1 parent eea79d6 commit 3f42eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ server <- function(input, output, session) {
814814
# selected or when the "Total over states" location option is selected),
815815
# we need to regenerate the truth plot when any new forecaster is added
816816
# in case it changes the common location set.
817-
if (input$scoreType == "coverage" || input$location == TOTAL_LOCATIONS) {
817+
if (SUMMARIZING_OVER_ALL_LOCATIONS()) {
818818
# Need to create new truth plot.
819819
USE_CURR_TRUTH <<- FALSE
820820
}

0 commit comments

Comments
 (0)