Skip to content

Commit 71a56c6

Browse files
committed
Merge branch 'darsnack/register' of github.com:FluxML/OneHotArrays.jl into darsnack/register
2 parents 22b98c0 + 4272628 commit 71a56c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cx = cu(x)
77
@test cx isa CuArray
88

9-
@test onecold(cu([1.0, 2.0, 3.0])) == 3
9+
@test_skip onecold(cu([1.0, 2.0, 3.0])) == 3 # passes with CuArray with Julia 1.6, but fails with JLArray
1010

1111
x = onehotbatch([1, 2, 3], 1:3)
1212
cx = cu(x)

0 commit comments

Comments
 (0)