MCPcopy Create free account
hub / github.com/dask/dask / test_auto_blocksize

Function test_auto_blocksize

dask/dataframe/io/tests/test_csv.py:831–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829
830
831def test_auto_blocksize():
832 assert isinstance(auto_blocksize(3000, 15), int)
833 assert auto_blocksize(3000, 3) == 100
834 assert auto_blocksize(5000, 2) == 250
835
836
837def test__infer_block_size(monkeypatch):

Callers

nothing calls this directly

Calls 1

auto_blocksizeFunction · 0.90

Tested by

no test coverage detected