Unverified Commit adef94f4 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[R-package] [test] add reference to the original issue in R-package test (#4720)

parent 1cc84b35
......@@ -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 {
......
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