Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse authored and seabbs committed Sep 30, 2024
1 parent 950f228 commit 46b1d40
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 147 deletions.
1 change: 0 additions & 1 deletion R/default-scoring-rules.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ get_metrics.forecast_quantile <- function(x, select = NULL, exclude = NULL, ...)
interval_coverage_90 = purrr::partial(
interval_coverage, interval_range = 90
),
interval_coverage_deviation = interval_coverage_deviation,
ae_median = ae_median_quantile
)
select_metrics(all, select, exclude)
Expand Down
Loading

0 comments on commit 46b1d40

Please sign in to comment.