From c6fe451fcd22e07d5c99290a40dd9faa02df8274 Mon Sep 17 00:00:00 2001 From: Cesar Barboza Date: Tue, 15 Aug 2023 13:22:10 +0200 Subject: [PATCH] // --- tests/testthat/test-MainFunctions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-MainFunctions.R b/tests/testthat/test-MainFunctions.R index dc315f1..f4c85a7 100644 --- a/tests/testthat/test-MainFunctions.R +++ b/tests/testthat/test-MainFunctions.R @@ -80,7 +80,7 @@ test_that("compute AUC", { settings_path <- system.file("examples", "iris.project", package = "Explore") output_path <- system.file("examples", "output", package = "Explore") # output_path <- system.file("examples", "output//", package = "Explore") - # output_path <- paste0(output_path, "//") + output_path <- paste0(output_path, "//") data <- farff::readARFF(data_path) # Required dependencies