From 52fef9e407730c11863d995d61e127d467285617 Mon Sep 17 00:00:00 2001 From: cebarboza Date: Fri, 18 Oct 2024 10:58:00 +0200 Subject: [PATCH] testExplore correction --- tests/testthat/test-testExplore.R | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-testExplore.R b/tests/testthat/test-testExplore.R index 3d66ebb..e88e083 100644 --- a/tests/testthat/test-testExplore.R +++ b/tests/testthat/test-testExplore.R @@ -207,9 +207,9 @@ test_that("Test continuous_4", { StartRulelength = 2, EndRulelength = 2, BinaryReduction = FALSE) - # Expected result is 5160 expect_length(cand_models_continuous_4_2, 5160) + # NO EXPECTED VALUE YET # cand_models_continuous_4_3 <- testExplore(dataset = "continuous_4", # StartRulelength = 3, # EndRulelength = 3, @@ -220,7 +220,8 @@ test_that("Test continuous_4", { }) # test_that("Test categorical_4", { -# +# # NO EXPECTED VALUE YET + # cand_models_categorical_4_1 <- testExplore(dataset = "categorical_4", # StartRulelength = 1, # EndRulelength = 1, @@ -245,6 +246,7 @@ test_that("Test continuous_4", { # }) # test_that("Test categorical_4_large", { +# # NO EXPECTED VALUE YET # # cand_models_categorical_4_large_1 <- testExplore(dataset = "categorical_4_large", # StartRulelength = 1,