Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_uneven_chunks
Function
test_uneven_chunks
dask/array/tests/test_array_core.py:408–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
406
407
408
def
test_uneven_chunks():
409
a = Array({},
"x"
, chunks=(3, 3), shape=(10, 10), dtype=
"f8"
)
410
assert a.chunks == ((3, 3, 3, 1), (3, 3, 3, 1))
411
412
413
def
test_numblocks_supports_singleton_block_dims():
Callers
nothing calls this directly
Calls
1
Array
Class · 0.90
Tested by
no test coverage detected