MCPcopy
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_overlapFunction · 0.70

Calls 1

allFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…