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

Function _known

dask/array/tests/test_array_core.py:5850–5851  ·  view source on GitHub ↗
(num=50)

Source from the content-addressed store, hash-verified

5848
5849
5850def _known(num=50):
5851 return da.from_array(np.linspace(-1, 1, num=num), chunks=10)
5852
5853
5854@pytest.fixture()

Calls

no outgoing calls

Tested by

no test coverage detected