MCPcopy
hub / github.com/dask/dask / _trivial_aggregate

Function _trivial_aggregate

dask/array/core.py:3348–3351  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

3346 ideal_shape.append(s)
3347
3348 def _trivial_aggregate(a):
3349 autos.remove(a)
3350 del median_chunks[a]
3351 return True
3352
3353 multiplier_remaining = True
3354 reduce_case = multiplier < 1

Callers 1

auto_chunksFunction · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…