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
Naively I would expect that 00_pick_bins.get_best_binning with min_width=0 behaves like the previous iteration of the function (no min_width). However, I do get consistently lower number of events (and bins) as if the last few where cut off.
This is demonstrated by failures in test_Integral_GetBinContent_consistency.py and test_pick_bins.py
What behaviour do you expect for this?
The text was updated successfully, but these errors were encountered:
Naively I would expect that
00_pick_bins.get_best_binning
withmin_width=0
behaves like the previous iteration of the function (nomin_width
). However, I do get consistently lower number of events (and bins) as if the last few where cut off.This is demonstrated by failures in
test_Integral_GetBinContent_consistency.py
andtest_pick_bins.py
What behaviour do you expect for this?
The text was updated successfully, but these errors were encountered: