MCPcopy Index your code
hub / github.com/pydata/xarray / test_build_grid_chunks

Function test_build_grid_chunks

xarray/tests/test_backends_chunks.py:21–27  ·  view source on GitHub ↗
(size, chunk_size, region, expected_chunks)

Source from the content-addressed store, hash-verified

19 ],
20)
21def test_build_grid_chunks(size, chunk_size, region, expected_chunks):
22 grid_chunks = build_grid_chunks(
23 size,
24 chunk_size=chunk_size,
25 region=region,
26 )
27 assert grid_chunks == expected_chunks
28
29
30@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

build_grid_chunksFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…