MCPcopy Create free account
hub / github.com/dask/dask / test_empty_quantile

Function test_empty_quantile

dask/dataframe/tests/test_dataframe.py:1399–1401  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

1397 ],
1398)
1399def 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.

Callers

nothing calls this directly

Calls 2

computeMethod · 0.45
quantileMethod · 0.45

Tested by

no test coverage detected