Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5850
def
_known(num=50):
5851
return
da.from_array(np.linspace(-1, 1, num=num), chunks=10)
5852
5853
5854
@pytest.fixture()
Callers
3
unknown
Function · 0.85
test_compute_chunk_sizes_warning_fixes_concatenate
Function · 0.85
test_compute_chunk_sizes_warning_fixes_slicing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected