Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 15, 2023
1 parent 46e1f37 commit c6fe451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-MainFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6fe451

Please sign in to comment.