File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ test_that("performance plot for iterative search", {
104
104
expect_equal(rlang :: get_expr(p $ mapping $ x ), expr(.iter ))
105
105
expect_equal(rlang :: get_expr(p $ mapping $ y ), expr(mean ))
106
106
expect_equal(p $ labels $ x , " Iteration" )
107
- expect_equal(p $ labels $ y , " mean" )
108
- expect_equal(p $ labels $ ymin , " mean - const * std_err" )
109
- expect_equal(p $ labels $ ymax , " mean + const * std_err" )
110
107
111
108
p <- autoplot(mt_spln_knn_bo_sep , type = " performance" , metric = " rmse" )
112
109
expect_true(isTRUE(all.equal(unique(p $ data $ .metric ), " rmse" )))
@@ -183,7 +180,6 @@ test_that("regular grid plot", {
183
180
expect_equal(p $ labels $ y , " " )
184
181
expect_equal(p $ labels $ colour , as.name(" %^*#" ))
185
182
expect_equal(p $ labels $ x , " Cost" )
186
- expect_equal(p $ labels $ group , " %^*#" )
187
183
188
184
expect_true(grepl(" ^trans" , class(p $ scales $ scales [[1 ]]$ trans )))
189
185
expect_equal(p $ scales $ scales [[1 ]]$ trans $ name , " log-2" )
You can’t perform that action at this time.
0 commit comments