Skip to content

Commit

Permalink
add a test for alpha>0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Jan 5, 2024
1 parent 42aef32 commit 6279224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-arguments.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test_that("FORDE works with alpha>0", {
arf <- adversarial_rf(iris)
expect_silent(forde(arf, iris, alpha = 0.01))
})

0 comments on commit 6279224

Please sign in to comment.