Andrey Popov
Andrey Popov
I observe an error when attempting to rebin histograms that do not have the sum of squared weights stored. Here is a minimal example: ```Python import ROOT hist = ROOT.TH1D('hist',...
**Crash Report** Checking the following minimal example with `mypy` causes it to crash with an `IndexError`: ```Python from typing import Callable class Message: pass Handler = Callable[[Message], None] VecHandler =...
I would like to suggest a new feature. I often encounter a talk that I feel I might want to refer to in future. For instance, it might be documenting...