We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c0004 commit c19b31dCopy full SHA for c19b31d
1 file changed
test/dataset_test.rb
@@ -90,7 +90,6 @@ def test_daru
90
def test_numo
91
skip if jruby?
92
93
- require "numo/narray"
94
data = Numo::DFloat.new(3, 5).seq
95
label = Numo::DFloat.new(3).seq
96
dataset = LightGBM::Dataset.new(data, label: label)
0 commit comments