Skip to content

Commit dcfc0dc

Browse files
committed
Removed unneeded code [skip ci]
1 parent c19b31d commit dcfc0dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dataset_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def test_numo
102102
def test_rover
103103
skip if jruby?
104104

105-
require "rover"
106105
data = Rover.read_csv(data_path)
107106
label = data.delete("y")
108107
dataset = LightGBM::Dataset.new(data, label: label)

0 commit comments

Comments
 (0)