Skip to content

Commit c19b31d

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

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
@@ -90,7 +90,6 @@ def test_daru
9090
def test_numo
9191
skip if jruby?
9292

93-
require "numo/narray"
9493
data = Numo::DFloat.new(3, 5).seq
9594
label = Numo::DFloat.new(3).seq
9695
dataset = LightGBM::Dataset.new(data, label: label)

0 commit comments

Comments
 (0)