Skip to content

Commit

Permalink
bump formula interface threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Aug 29, 2024
1 parent 6264fa1 commit d88af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fit_interfaces.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ test_that("overhead of parsnip interface is minimal (#1071)", {
)

expect_true(
bm$median[2] < 3,
bm$median[2] < 3.5,
label = paste0("parsnip overhead factor (formula interface): ", bm$median[2])
)
expect_true(
Expand Down

0 comments on commit d88af37

Please sign in to comment.