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

Function with_deps

dask/tests/test_optimization.py:48–49  ·  view source on GitHub ↗
(dsk)

Source from the content-addressed store, hash-verified

46
47
48def with_deps(dsk):
49 return dsk, {k: get_dependencies(dsk, k) for k in dsk}
50
51
52def test_fuse():

Callers 5

test_fuseFunction · 0.85
test_fuse_keysFunction · 0.85
test_fuse_stressedFunction · 0.85

Calls 1

get_dependenciesFunction · 0.90

Tested by

no test coverage detected