Skip to content

Commit 954ef9b

Browse files
committed
Fixed test [skip ci]
1 parent a184366 commit 954ef9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/classifier_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def test_early_stopping
5858
def test_missing
5959
x_train, y_train, x_test, _ = multiclass_data
6060

61+
x_train = x_train.map(&:dup)
62+
x_test = x_test.map(&:dup)
6163
[x_train, x_test].each do |xt|
6264
xt.each do |x|
6365
x.size.times do |i|

0 commit comments

Comments
 (0)