Skip to content

Commit 5b21482

Browse files
committed
WIP
1 parent b42c211 commit 5b21482

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -862,9 +862,6 @@ def test_groupby_bins(chunk_labels, kwargs, chunks, engine, method) -> None:
862862
array = [1, 1, 1, 1, 1, 1]
863863
labels = [0.2, 1.5, 1.9, 2, 3, 20]
864864

865-
if method == "cohorts" and chunk_labels:
866-
pytest.xfail()
867-
868865
if chunks:
869866
array = dask.array.from_array(array, chunks=chunks)
870867
if chunk_labels:

0 commit comments

Comments
 (0)