Théo Cuisset
Théo Cuisset
**Describe the bug** Filling an histogram with unsigned ints in IntCategory axis raises TypeError : "Only integer arrays supported when targeting integer axes". I believe this used to work in...
Hi, `histplot` crashes when plotting histograms with a single bin, when trying to draw overflow bins. ## Reproducer : ```python import hist import mplhep as hep h = hist.Hist(hist.axis.Regular(1, 0,...
#### PR description: This PR brings a new electron superclustering setup for TICLv5. Superclusters can be built either using a DNN or the Mustache algorithm. Changes : - PCA cleaning...