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
063e7317
Unverified
Commit
063e7317
authored
Jun 08, 2021
by
James Lamb
Committed by
GitHub
Jun 08, 2021
Browse files
[R-package] remove unnecessary library() calls in tests (#4354)
parent
8e5079ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
R-package/tests/testthat/test_dataset.R
R-package/tests/testthat/test_dataset.R
+0
-3
No files found.
R-package/tests/testthat/test_dataset.R
View file @
063e7317
library
(
lightgbm
)
library
(
Matrix
)
context
(
"testing lgb.Dataset functionality"
)
context
(
"testing lgb.Dataset functionality"
)
data
(
agaricus.test
,
package
=
"lightgbm"
)
data
(
agaricus.test
,
package
=
"lightgbm"
)
...
...
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