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

Method _broadcast_dep

dask/dataframe/dask_expr/_expr.py:583–586  ·  view source on GitHub ↗
(self, dep: Expr)

Source from the content-addressed store, hash-verified

581 return self.operands
582
583 def _broadcast_dep(self, dep: Expr):
584 # Checks if a dependency should be broadcasted to
585 # all partitions of this `Blockwise` operation
586 return dep.npartitions == 1 and dep.ndim < self.ndim
587
588 def _divisions(self):
589 # This is an issue. In normal Dask we re-divide everything in a step

Callers 2

_divisionsMethod · 0.95
_blockwise_argMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected