Skip to content

Commit

Permalink
remove verbose statement
Browse files Browse the repository at this point in the history
to avoid merge conflict
  • Loading branch information
nikosbosse authored Nov 24, 2021
1 parent d9b6d15 commit ba120ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/eval_forecasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ eval_forecasts <- function(data = NULL,
compute_relative_skill <- FALSE
}
if (rel_skill_metric != "auto" && !(rel_skill_metric %in% available_metrics())) {
if (verbose) {
warning("argument 'rel_skill_metric' must either be 'auto' or one of the metrics that can be computed. Relative skill will not be computed")
}
warning("argument 'rel_skill_metric' must either be 'auto' or one of the metrics that can be computed. Relative skill will not be computed")
compute_relative_skill <- FALSE
}
}
Expand Down

0 comments on commit ba120ae

Please sign in to comment.