Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Nov 18, 2024
1 parent 721c44c commit 77cc0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-dataSplitting.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ test_that("Data stratified splitting", {
)
# fold creation check 1 (fixed)
test <- randomSplitter(population = dsPopulation2, splitSettings = splitSettings)
test <- merge(DsPopulation2, test)
test <- merge(dsPopulation2, test)
test <- table(test$outcomeCount, test$index)
testReturned <- paste(test, collapse = "-")
testExpected <- paste(matrix(c(47, 28, 28, 28, 27, 12, 8, 8, 7, 7), ncol = 5, byrow = TRUE), collapse = "-")
Expand Down

0 comments on commit 77cc0bf

Please sign in to comment.