Skip to content

Commit

Permalink
Forgotten 'print'.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohplala committed Jul 25, 2024
1 parent 727e7e1 commit 888bbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oups/aggstream/cumsegagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ def cumsegagg(
"at least one null value exists in 'snap_res' which is likely to hint a bug.",
)
if bin_res.eq(0).any().any():
print(bin_res)
raise ValueError(
"at least one null value exists in 'bin_res' which is likely to hint a bug.",
)
Expand Down

0 comments on commit 888bbef

Please sign in to comment.