()
| 80 | |
| 81 | @pytest.mark.numpy |
| 82 | def test_set_write_batch_size(): |
| 83 | table = _test_table(100) |
| 84 | |
| 85 | _check_roundtrip( |
| 86 | table, data_page_size=10, write_batch_size=1, version='2.4' |
| 87 | ) |
| 88 | |
| 89 | |
| 90 | @pytest.mark.numpy |
nothing calls this directly
no test coverage detected