Skip to content

Commit 055218e

Browse files
committed
remove the unexpected 'a'
1 parent bcef577 commit 055218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tst_mnist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
A = MNIST.convert2image(data; black_digits=true)
5050
@test A[1] == 1
5151
@test A[3, 3, 2] == 0.6
52-
@test size(A) == (28,28,2)a
52+
@test size(A) == (28,28,2)
5353
@test eltype(A) == Gray{N0f8}
5454
@test MNIST.convert2image(vec(data); black_digits=true) == A
5555
end

0 commit comments

Comments
 (0)