MCPcopy
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
320def test_concatenate3_on_scalars():
321 assert_eq(concatenate3([1, 2]), np.array([1, 2]))
322
323
324def test_chunked_dot_product():

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
concatenate3Function · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…