Skip to content

Commit

Permalink
Merge branch 'main' into featureless_quantiles
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Aug 31, 2024
2 parents f389185 + 1f51d3c commit 03738b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test_set_fallback.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ test_that("fallback = default_fallback() works", {
expect_equal(fallback$predict_type, "quantiles")
expect_equal(fallback$quantiles, c(0.1, 0.9))
expect_equal(fallback$quantile_response, 0.1)

})

0 comments on commit 03738b5

Please sign in to comment.