Skip to content

Commit

Permalink
aca: Provide default for split_out (#9493)
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Sep 14, 2022
1 parent 024df34 commit 6ebe384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dask/dataframe/core.py
Expand Up @@ -6368,6 +6368,8 @@ def apply_concat_apply(
>>> apply_concat_apply([a, b], chunk=chunk, aggregate=agg) # doctest: +SKIP
"""
if split_out is None:
split_out = 1
if chunk_kwargs is None:
chunk_kwargs = dict()
if aggregate_kwargs is None:
Expand Down

0 comments on commit 6ebe384

Please sign in to comment.