Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/testthat/test-stacks-columns.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_that("stacks can accommodate outcome levels that are not valid colnames", {
)

expect_true(inherits(data_st, "data_stack"))
expect_true(".pred_Adelie.1_tuned_1_1" %in% colnames(data_st))
expect_true(".pred_Adelie.1_tunedpre0_mod2_post0" %in% colnames(data_st))

# glmnet will likely present warnings
suppressMessages(
Expand Down
Loading