Skip to content

Commit a5f208a

Browse files
committed
WIP
1 parent b8474e2 commit a5f208a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_core.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1061,11 +1061,12 @@ def test_cohorts_map_reduce_consistent_dtypes(method, dtype, labels_dtype):
10611061

10621062

10631063
@requires_dask
1064-
@pytest.mark.parametrize("func", ALL_FUNCS)
1064+
@pytest.mark.parametrize("func", ["sum"])
10651065
@pytest.mark.parametrize("axis", (-1, None))
10661066
@pytest.mark.parametrize("method", ["blockwise", "cohorts", "map-reduce"])
10671067
@pytest.mark.parametrize("by_is_dask", [True, False])
1068-
def test_cohorts_nd_by(by_is_dask, func, method, axis, engine):
1068+
def test_cohorts_nd_by(by_is_dask, func, method, axis):
1069+
engine = "numpy"
10691070
if (
10701071
("arg" in func and (axis is None or engine in ["flox", "numbagg"]))
10711072
or (method != "blockwise" and func in BLOCKWISE_FUNCS)

0 commit comments

Comments
 (0)