(method)
| 1397 | ], |
| 1398 | ) |
| 1399 | def test_empty_quantile(method): |
| 1400 | with pytest.raises(AssertionError, match="must provide non-"): |
| 1401 | d.b.quantile([], method=method).compute() |
| 1402 | |
| 1403 | |
| 1404 | # TODO: un-filter once https://github.com/dask/dask/issues/8960 is resolved. |