Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ test_concatenate3_on_scalars
Function
test_concatenate3_on_scalars
dask/array/tests/test_array_core.py:320–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
319
320
def
test_concatenate3_on_scalars():
321
assert_eq(concatenate3([1, 2]), np.array([1, 2]))
322
323
324
def
test_chunked_dot_product():
Callers
nothing calls this directly
Calls
2
assert_eq
Function · 0.90
concatenate3
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…