Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
def
_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
112
def
_array_map_overlap(tmpdir):
Callers
nothing calls this directly
Calls
2
ones
Method · 0.45
zeros
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…