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

Function test_stacklimit

dask/tests/test_order.py:466–469  ·  view source on GitHub ↗
(abcde)

Source from the content-addressed store, hash-verified

464
465
466def test_stacklimit(abcde):
467 dsk = {"x%s" % (i + 1): (inc, "x%s" % i) for i in range(10000)}
468 dependencies, dependents = get_deps(dsk)
469 ndependencies(dependencies, dependents)
470
471
472def test_break_ties_by_str(abcde):

Callers

nothing calls this directly

Calls 2

get_depsFunction · 0.90
ndependenciesFunction · 0.90

Tested by

no test coverage detected