Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
test_endless_simplify():
33
expr = ExprA()
34
with
pytest.raises(RuntimeError, match=
"converge"
):
35
expr.simplify()
36
37
38
class
NondeterministicToken:
Callers
nothing calls this directly
Calls
2
ExprA
Class · 0.85
simplify
Method · 0.45
Tested by
no test coverage detected