Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_string_auto_chunk
Function
test_string_auto_chunk
dask/array/tests/test_creation.py:1022–1024 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1020
1021
1022
def
test_string_auto_chunk():
1023
with
pytest.raises(ValueError):
1024
da.full((10000, 10000),
"auto_chunk"
, chunks=
"auto"
)
1025
1026
1027
def
test_diagonal_zero_chunks():
Callers
nothing calls this directly
Calls
1
full
Method · 0.45
Tested by
no test coverage detected