Skip to content

Commit

Permalink
New TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohplala committed May 2, 2024
1 parent b9df2d3 commit a02dd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oups/aggstream/aggstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,8 @@ def agg(
# write results in a single file.
# This particularly make sense if there is a single 'snap_by' value, as
# snapshots results will be easily merged.
# TODO: change default settings:
# discard_last = trim_start = final_write = False
if isinstance(seed, pDataFrame):
# Make the seed an iterable.
seed = [seed]
Expand Down

0 comments on commit a02dd1c

Please sign in to comment.