Skip to content

Commit

Permalink
Ignore the dense full tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed May 9, 2024
1 parent 608a082 commit f901cf0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ full_test_suite <- function(mat, cache.fraction) {
iseq <- create_predictions(iterdim, step, mode)
all.expected <- create_expected_dense(mat, row, iseq, NULL)

test_that(pretty_name("dense full ", scenarios[i,]), {
if (oracle) {
extracted <- raticate.tests::oracular_dense_full(ptr, row, iseq)
} else {
extracted <- raticate.tests::myopic_dense_full(ptr, row, iseq)
}
expect_identical(extracted, all.expected)
})
#test_that(pretty_name("dense full ", scenarios[i,]), {
# if (oracle) {
# extracted <- raticate.tests::oracular_dense_full(ptr, row, iseq)
# } else {
# extracted <- raticate.tests::myopic_dense_full(ptr, row, iseq)
# }
# expect_identical(extracted, all.expected)
#})

test_that(pretty_name("sparse full ", scenarios[i,]), {
if (oracle) {
Expand Down

0 comments on commit f901cf0

Please sign in to comment.