Skip to content

Commit

Permalink
hide warnings from tests
Browse files Browse the repository at this point in the history
A whole bunch of new warnings started popping up because scoringutils
was trying to take the mean of character columns.

Wrapping everything in `suppressWarnings()` helps.
  • Loading branch information
zkamvar committed Oct 3, 2024
1 parent 0ab3702 commit 55580e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/transform_pmf_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ transform_pmf_model_out <- function(model_out_tbl, target_observations, output_t
forecast_unit = c("model", task_id_cols),
observed = "observation",
predicted = "value",
model = "model",
predicted_label = "output_type_id"
)

Expand Down

0 comments on commit 55580e5

Please sign in to comment.