Skip to content

Commit ff55748

Browse files
add broken test
1 parent 878d53d commit ff55748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/data.jl

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ using Random
5252
@test length(batches[1]) == 2
5353
@test length(batches[2]) == 2
5454
@test length(batches[3]) == 2
55+
@test_broken eltype(batches) == eltype(d) == NamedTuple{(:x, :y), Tuple{typeof(X), typeof(Y)}}
5556
@test batches[1][1] == batches[1].x == X[:,1:2]
5657
@test batches[1][2] == batches[1].y == Y[1:2]
5758
@test batches[2][1] == batches[2].x == X[:,3:4]

0 commit comments

Comments
 (0)