MCPcopy Create free account
hub / github.com/dask/dask / assert_int_chunksize

Function assert_int_chunksize

dask/array/overlap.py:720–721  ·  view source on GitHub ↗
(xs)

Source from the content-addressed store, hash-verified

718 )
719
720 def assert_int_chunksize(xs):
721 assert all(type(c) is int for x in xs for cc in x.chunks for c in cc)
722
723 assert_int_chunksize(args)
724 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