()
| 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(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…