Skip to content

Commit

Permalink
small variable correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hagento committed Dec 12, 2024
1 parent 4dddac3 commit d524172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getDegreeDays.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ getDegreeDays <- function(mappingFile = NULL,

# filter compatible RCP scenarios
files <- fileMapping %>%
filter(.data[["rcp"]] %in% sspMapping[[s]])
filter(.data[["rcp"]] %in% scenMatrix[[s]])

if (nrow(files) == 0) {
stop("Provided SSP scenario not in file mapping.")
Expand Down

0 comments on commit d524172

Please sign in to comment.