update tests

This commit is contained in:
Christopher Murphy 2018-10-02 15:00:45 -04:00
parent aff4c7898e
commit 7e67bf06e1
1 changed files with 3 additions and 0 deletions

View File

@ -10,4 +10,7 @@ using Test
@test MNIST.images()[1] isa Matrix
@test MNIST.labels() isa Vector{Int64}
@test FashionMNIST.images()[1] isa Matrix
@test FashionMNIST.labels() isa Vector{Int64}
@test Data.Sentiment.train() isa Vector{Data.Tree{Any}}