MCPcopy Create free account
hub / github.com/dask/dask / test_from_delayed_meta

Function test_from_delayed_meta

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

Source from the content-addressed store, hash-verified

3891
3892
3893def test_from_delayed_meta():
3894 v = delayed(np.ones)((5, 3))
3895 x = from_delayed(v, shape=(5, 3), meta=np.ones(0))
3896 assert isinstance(x, Array)
3897 assert isinstance(x._meta, np.ndarray)
3898
3899
3900def test_from_delayed_future():

Callers

nothing calls this directly

Calls 3

delayedFunction · 0.90
from_delayedFunction · 0.90
onesMethod · 0.45

Tested by

no test coverage detected