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

Function test_endless_simplify

dask/dataframe/dask_expr/tests/test_core.py:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def test_endless_simplify():
33 expr = ExprA()
34 with pytest.raises(RuntimeError, match="converge"):
35 expr.simplify()
36
37
38class NondeterministicToken:

Callers

nothing calls this directly

Calls 2

ExprAClass · 0.85
simplifyMethod · 0.45

Tested by

no test coverage detected