Skip to content

Commit

Permalink
Remove completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 23, 2021
1 parent ebfcb4e commit e97512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-run_ml.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test_that("run_ml works for logistic regression", {

test_that("run_ml works for linear regression", {
skip_on_cran()
expect_equal_ml_results( # TODO fix
expect_equal_ml_results(
expect_message(expect_warning(run_ml(otu_mini_bin[, 2:11], # use built-in hyperparameters
"glmnet",
outcome_colname = "Otu00001",
Expand Down

0 comments on commit e97512f

Please sign in to comment.