MCPcopy
hub / github.com/dask/dask / test_fuse_config

Function test_fuse_config

dask/tests/test_optimization.py:1147–1154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1145
1146
1147def test_fuse_config():
1148 with dask.config.set({"optimization.fuse.active": False}):
1149 d = {
1150 "a": 1,
1151 "b": (inc, "a"),
1152 }
1153 dependencies = {"b": ("a",)}
1154 assert fuse(d, "b", dependencies=dependencies) == (d, dependencies)
1155
1156
1157def test_fused_keys_max_length(): # generic fix for gh-5999

Callers

nothing calls this directly

Calls 2

fuseFunction · 0.90
setMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…