Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse authored and seabbs committed Mar 25, 2024
1 parent ea63d67 commit 1a51fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/check-input-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ ensure_model_column <- function(data) {
check_number_per_forecast <- function(data, forecast_unit) {
data <- ensure_data.table(data)
data <- na.omit(data)
assert_subset(forecast_unit, colnames(data))
# check whether there are the same number of quantiles, samples --------------
data[, scoringutils_InternalNumCheck := length(predicted), by = forecast_unit]
n <- unique(data$scoringutils_InternalNumCheck)
Expand Down

0 comments on commit 1a51fa8

Please sign in to comment.