This commit is contained in:
CarloLucibello 2020-02-29 19:40:44 +01:00
parent a72258ea2a
commit a1efc434c2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ end
@test size(Iris.labels()) == (150,) @test size(Iris.labels()) == (150,)
end end
@testest "Housing" begin @testset "Housing" begin
@test Housing.features() isa Matrix @test Housing.features() isa Matrix
@test size(Housing.features()) == (506, 13) @test size(Housing.features()) == (506, 13)