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
adef94f4
Unverified
Commit
adef94f4
authored
Oct 26, 2021
by
Nikita Titov
Committed by
GitHub
Oct 26, 2021
Browse files
[R-package] [test] add reference to the original issue in R-package test (#4720)
parent
1cc84b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
R-package/tests/testthat/test_lgb.Booster.R
R-package/tests/testthat/test_lgb.Booster.R
+1
-0
No files found.
R-package/tests/testthat/test_lgb.Booster.R
View file @
adef94f4
...
...
@@ -467,6 +467,7 @@ test_that("Booster$eval() should work on a Dataset stored in a binary file", {
)
expect_true
(
abs
(
eval_in_mem
[[
1L
]][[
"value"
]]
-
0.1744423
)
<
TOLERANCE
)
# refer to https://github.com/microsoft/LightGBM/issues/4680
if
(
isTRUE
(
ON_WINDOWS
))
{
expect_equal
(
eval_in_mem
,
eval_from_file
)
}
else
{
...
...
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