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:737–738 ·
view source on GitHub ↗
(xs)
Source
from the content-addressed store, hash-verified
735
)
736
737
def
assert_int_chunksize(xs):
738
assert all(type(c) is int
for
x in xs
for
cc in x.chunks
for
c in cc)
739
740
assert_int_chunksize(args)
741
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