Skip to content

Commit 68587f0

Browse files
committed
Fix mypy errors
1 parent c85483b commit 68587f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flox/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,7 @@ def cubed_groupby_agg(
17541754

17551755
if method == "blockwise":
17561756
assert by.ndim == 1
1757+
assert expected_groups is not None
17571758

17581759
def _reduction_func(a, by, axis, start_group, num_groups):
17591760
# adjust group labels to start from 0 for each chunk

0 commit comments

Comments
 (0)