Skip to content

Commit 6ad6e97

Browse files
committed
additional test probably isn't necessary
1 parent 55572ab commit 6ad6e97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/onehot.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ using Test
2424
@test_throws Exception onehotbatch([:a, :d], (:a, :b, :c))
2525
@test_throws Exception onehotbatch([:a, :d], [:a, :b, :c], :e)
2626
@test_throws Exception onehotbatch([:a, :d], (:a, :b, :c), :e)
27-
@test_throws Exception onehotbatch([:a, :b], (:a, :b, :c), :d)
2827

2928
floats = (0.0, -0.0, NaN, -NaN, Inf, -Inf)
3029
@test onecold(onehot(0.0, floats)) == 1

0 commit comments

Comments
 (0)