Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ simplify
Method
simplify
dask/array/_array_expr/_collection.py:89–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
return
new_collection(self.expr.optimize())
88
89
def
simplify(self):
90
return
new_collection(self.expr.simplify())
91
92
@property
93
def
_meta(self):
Callers
1
optimize
Method · 0.45
Calls
1
new_collection
Function · 0.90
Tested by
no test coverage detected