MCPcopy
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
1022def test_string_auto_chunk():
1023 with pytest.raises(ValueError):
1024 da.full((10000, 10000), "auto_chunk", chunks="auto")
1025
1026
1027def test_diagonal_zero_chunks():

Callers

nothing calls this directly

Calls 1

fullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…