-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[hist] raise error of when axis edges are inf/nan in fixed-width histos #20201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Test Results 22 files 22 suites 3d 17h 34m 20s ⏱️ For more details on these failures, see this check. Results for commit 7a477d3. |
|
@ferdymercury can you please remove the Also in terms of contribution style, can you please try to at least compile-test your changes before pushing and running regression tests at least once? Every action generates emails and notifications which gets annoying if there are 10 within 2 minutes... |
This is related to #20174 and the discussion in #20176
Should we completely disallow infinite bin edges, since it violates a bit the assumptions of under and overflow bins? (As well as complicates the implementation of GetBinCenter, Low and Up Edge, etc). And the workaround is quite easy, just setting 1e30 / 1-e30 as variable bin edge.
Or should we only allow inf for variable bin edges, and not for fixed binwidth since there it does not make sense?