We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a89953 commit 752cde1Copy full SHA for 752cde1
test/data_utils.jl
@@ -63,7 +63,7 @@ end
63
setlight()
64
ary = rand(10, 3)
65
@test_throws M.InterfaceError M.schema(ary)
66
- df = DataFrame(rand(10, 3))
+ df = DataFrame(rand(10, 3), :auto)
67
@test_throws M.InterfaceError M.schema(df)
68
end
69
@testset "schema-full" begin
0 commit comments