Skip to content

Commit

Permalink
fix: smo test fix number of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
damirpolat committed Dec 6, 2023
1 parent 6393fd9 commit e63925b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_paramtest_RWeka_classif_SMO.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ test_that("classif.SMO train", {
exclude = weka_control_args(fun)
# formula and data are handled via mlr3
# mlr3 does not have the `control` argument because the parameters can be specified directly
exclude = c("formula", "data", "control", "E_poly", "L_poly", "C_poly", "C_logistic", "R_logistic", "M_logistic", exclude)
exclude = c("formula", "data", "control", "E_poly", "L_poly", "C_poly", "C_logistic", "R_logistic", "M_logistic",
exclude)
paramtest = run_paramtest(learner, fun, exclude, tag = "train")
expect_paramtest(paramtest)
control_args = setdiff(weka_control_args(fun), c("E", "L", "C", "R", "M"))
Expand Down

0 comments on commit e63925b

Please sign in to comment.