MCPcopy Index your code
hub / github.com/dask/dask / _array_creation

Function _array_creation

dask/tests/test_layers.py:105–109  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

103
104
105def _array_creation(tmpdir):
106 da = pytest.importorskip("dask.array")
107
108 # Perform a computation using HLG-based array creation
109 return da.ones((100,)) + da.zeros((100,))
110
111
112def _array_map_overlap(tmpdir):

Callers

nothing calls this directly

Calls 2

onesMethod · 0.45
zerosMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…