You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// With negative bins we can't draw random samples in a meaningful way.
7486
-
Warning("KolmogorovTest", "Detected bins with negative weights, these have been ignored and output might be skewed. Reduce number of bins for histogram?");
7487
-
while(h1_cpy->GetMinimum() < 0.0) {
7486
+
// With negative bins we can't draw random samples in a meaningful way.
7487
+
Warning("KolmogorovTest", "Detected bins with negative weights, these have been ignored and output might be "
0 commit comments