scikit-hep / aghast

Aghast: aggregated, histogram-like statistics, sharable as Flatbuffers.
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

`+` should unify buffer types #18

Closed jpivarski closed 5 years ago

jpivarski commented 5 years ago

When you add two histograms, one with integer binning and another with floating point binning, you want to get floating point binning out.

jpivarski commented 5 years ago

Fixes #6.