Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ assert_int_chunksize
Function
assert_int_chunksize
dask/array/_array_expr/_overlap.py:740–741 ·
view source on GitHub ↗
(xs)
Source
from the content-addressed store, hash-verified
738
)
739
740
def
assert_int_chunksize(xs):
741
assert all(type(c) is int
for
x in xs
for
cc in x.chunks
for
c in cc)
742
743
assert_int_chunksize(args)
744
if
not trim and
"chunks"
not in kwargs:
Callers
1
map_overlap
Function · 0.70
Calls
1
all
Function · 0.85
Tested by
no test coverage detected