Unverified Commit 4ec2b9ac authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] removed unnecessary flag in tests (#2910)

parent eda4d644
......@@ -5,8 +5,6 @@ data(agaricus.test, package = "lightgbm")
train <- agaricus.train
test <- agaricus.test
windows_flag <- grepl("Windows", Sys.info()[["sysname"]])
TOLERANCE <- 1e-6
test_that("train and predict binary classification", {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment