We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878d53d commit ff55748Copy full SHA for ff55748
test/data.jl
@@ -52,6 +52,7 @@ using Random
52
@test length(batches[1]) == 2
53
@test length(batches[2]) == 2
54
@test length(batches[3]) == 2
55
+ @test_broken eltype(batches) == eltype(d) == NamedTuple{(:x, :y), Tuple{typeof(X), typeof(Y)}}
56
@test batches[1][1] == batches[1].x == X[:,1:2]
57
@test batches[1][2] == batches[1].y == Y[1:2]
58
@test batches[2][1] == batches[2].x == X[:,3:4]
0 commit comments