diff --git a/oups/aggstream/cumsegagg.py b/oups/aggstream/cumsegagg.py index f6150b5..93b9743 100644 --- a/oups/aggstream/cumsegagg.py +++ b/oups/aggstream/cumsegagg.py @@ -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.", )