Skip to content

Commit

Permalink
disable test breaking with atlas blas
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Nov 7, 2023
1 parent 3b191f8 commit 38609bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/testthat/test_classif_nnet.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
skip_if_not_installed("nnet")
skip_on_cran() # numerically instable with ATLAS blas

test_that("autotest", {
learner = mlr3::lrn("classif.nnet")
learner <- mlr3::lrn("classif.nnet")
expect_learner(learner)
result = run_autotest(learner)
result <- run_autotest(learner)
expect_true(result, info = result$error)
})

0 comments on commit 38609bf

Please sign in to comment.