boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
313 stars 74 forks source link

fix scaling for count #328

Closed HDembinski closed 3 years ago

HDembinski commented 3 years ago

accumulators::count was missing a test for scaling and did not work when the second parameter was true. Proper scaling is now implemented (thanks to @henryiii for reporting this).

The rest of this patch repairs the CI system.