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

Function test_array_expr_enabled

dask/array/_array_expr/tests/test_config.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def test_array_expr_enabled():
10 assert _array_expr_enabled() in (True, False)
11 assert array_expr_enabled() is _array_expr_enabled()
12
13
14def test_flip_config():

Callers

nothing calls this directly

Calls 2

_array_expr_enabledFunction · 0.90
array_expr_enabledFunction · 0.90

Tested by

no test coverage detected