Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
4ec2b9ac
Unverified
Commit
4ec2b9ac
authored
Mar 14, 2020
by
James Lamb
Committed by
GitHub
Mar 14, 2020
Browse files
[R-package] removed unnecessary flag in tests (#2910)
parent
eda4d644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
R-package/tests/testthat/test_basic.R
R-package/tests/testthat/test_basic.R
+0
-2
No files found.
R-package/tests/testthat/test_basic.R
View file @
4ec2b9ac
...
...
@@ -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"
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment