Skip to content

Commit edfd018

Browse files
committed
Update test-mlregressionrandomforest.R
1 parent 534532a commit edfd018

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("Values", 0.474173308270677, 0.0371687545468009, 0.355223330180166,
125-
0.530948953827784, 0.528118252477076, 0.59600614944828))
124+
list("Values", 0.473497619047619, 0.0371154907694286, 0.355223330180166,
125+
0.531126446557653, 0.527985480021831, 0.59600614944828))
126126
})
127127

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

0 commit comments

Comments
 (0)