Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jun 22, 2021
1 parent 3d64d89 commit 142da37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ Tables.columnnames(::WideTable2) = [Symbol("x", i) for i = 1:1000]
@test_throws ArgumentError Tables.rowtable(x)
y = Tables.dictrowtable(x);
@test length(y) == 100
@test Tables.schema(y) == Tables.schema(x)
y = Tables.dictcolumntable(x);
@test Tables.schema(y) == Tables.schema(x)
# y = Tables.matrix(x); # works, just takes a really long time and a lot of memory
Expand Down

0 comments on commit 142da37

Please sign in to comment.