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

Function test_full

dask/array/tests/test_array_core.py:1548–1551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1546
1547
1548def test_full():
1549 d = da.full((3, 4), 2, chunks=((2, 1), (2, 2)))
1550 assert d.chunks == ((2, 1), (2, 2))
1551 assert_eq(d, np.full((3, 4), 2))
1552
1553
1554def test_map_blocks():

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
fullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…