MCPcopy Create free account
hub / github.com/apache/arrow / test_print_table

Function test_print_table

python/pyarrow/tests/test_cuda.py:1029–1031  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027
1028
1029def test_print_table():
1030 _, table, _, ctable = make_table_cuda()
1031 assert str(ctable) == str(table)

Callers

nothing calls this directly

Calls 1

make_table_cudaFunction · 0.85

Tested by

no test coverage detected