Skip to content

Commit

Permalink
test with serialized warps rapidsai#3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNV committed Feb 21, 2020
1 parent 9a717b7 commit 3ea4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/io/parquet_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ TEST_F(ParquetChunkedWriterTest, SimpleTable)

TEST_F(ParquetChunkedWriterTest, LargeTables)
{
for (int i = 0; i < 10; i++) {
for (int i = 0; i < 256; i++) {
srand(31337);
auto table1 = create_random_fixed_table<int>(512, 4096, true);
auto table2 = create_random_fixed_table<int>(512, 8192, true);
Expand Down

0 comments on commit 3ea4e63

Please sign in to comment.