Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ optimize
Method
optimize
dask/tests/test_base.py:93–94 ·
view source on GitHub ↗
(self, fuse=False)
Source
from the content-addressed store, hash-verified
91
assert False,
"must not reach"
92
93
def
optimize(self, fuse=False):
94
assert False,
"must not reach"
95
96
coll = dx._collection.new_collection(DoNotMaterialize())
97
Callers
14
test_prohibit_reuse
Function · 0.45
visualize
Function · 0.45
test_array_vs_dataframe
Function · 0.45
test_anom_mean
Function · 0.45
test_reduce_with_many_common_dependents
Function · 0.45
test_hlg_expr_sequence_finalize
Function · 0.45
test_hlg_expr_sequence_nested_keys
Function · 0.45
test_hlg_sequence_uses_annotations_of_optimized_dsk
Function · 0.45
test_hlg_blockwise_fusion
Function · 0.45
test_culling_changes_layer_names
Function · 0.45
test_blockwise_array_creation
Function · 0.45
test_blockwise_different_optimization
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected