Skip to content

Commit 534532a

Browse files
committed
Non-mac test
1 parent 7cfa89a commit 534532a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-mlregressionrandomforest.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ test_that("Evaluation Metrics table results match", {
121121
testthat::skip_on_os("mac")
122122
table <- results[["results"]][["validationMeasures"]][["data"]]
123123
jaspTools::expect_equal_tables(table,
124-
list("MSE", 0.355, "MSE(scaled)", 0.531, "RMSE", 0.596, "MAE / MAD", 0.473, "MAPE", "3.71%",
125-
"R<unicode><unicode>", 0.528))
124+
list("Values", 0.474173308270677, 0.0371687545468009, 0.355223330180166,
125+
0.530948953827784, 0.528118252477076, 0.59600614944828))
126126
})
127127

128128
test_that("Feature Importance Metrics table results match", {

0 commit comments

Comments
 (0)