tests/testthat/_snaps/wis-quantile_pred.md

wis dispatches and produces the correct values

Code
  weighted_interval_score(1:10, 10)
Condition
  Error in `UseMethod()`:
  ! no applicable method for 'weighted_interval_score' applied to an object of class "c('integer', 'numeric')"
Code
  weighted_interval_score(quantile_pred(rbind(1:4, 8:11), 1:4 / 5), 1:3)
Condition
  Error in `weighted_interval_score.quantile_pred()`:
  ! Assertion on 'actual' failed: Must have length 2, but has length 3.


cmu-delphi/epipredict documentation built on June 14, 2025, 2:41 a.m.