MCPcopy
hub / github.com/dask/dask / test_stacklimit

Function test_stacklimit

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

Source from the content-addressed store, hash-verified

466
467
468def test_stacklimit(abcde):
469 dsk = {"x%s" % (i + 1): (inc, f"x{i}") for i in range(10000)}
470 dependencies, dependents = get_deps(dsk)
471 ndependencies(dependencies, dependents)
472
473
474def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…