Skip to content

Commit

Permalink
Non-mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Mar 10, 2025
1 parent 7cfa89a commit 534532a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-mlregressionrandomforest.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ test_that("Evaluation Metrics table results match", {
testthat::skip_on_os("mac")
table <- results[["results"]][["validationMeasures"]][["data"]]
jaspTools::expect_equal_tables(table,
list("MSE", 0.355, "MSE(scaled)", 0.531, "RMSE", 0.596, "MAE / MAD", 0.473, "MAPE", "3.71%",
"R<unicode><unicode>", 0.528))
list("Values", 0.474173308270677, 0.0371687545468009, 0.355223330180166,
0.530948953827784, 0.528118252477076, 0.59600614944828))
})

test_that("Feature Importance Metrics table results match", {
Expand Down

0 comments on commit 534532a

Please sign in to comment.