Skip to content

Commit

Permalink
remove accidentally added test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Mar 9, 2024
1 parent 556ca77 commit ae2288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/tests/testthat/test_feature_weights.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("training with feature weights works", {
expect_lt(importance[1, Frequency], importance[9, Frequency])
}

for (tm in c("hist", "approx", "exact")) {
for (tm in c("hist", "approx")) {
test(tm)
}
})

0 comments on commit ae2288c

Please sign in to comment.