scikit-hep / aghast

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

Test other histograms in 'test_root.py' #37

Open LovelyBuggies opened 4 years ago

LovelyBuggies commented 4 years ago

https://github.com/scikit-hep/aghast/blob/3dcafdd1cb9ff5f903570ccd587e65116c12418c/python/tests/test_root.py#L118-L144

'test_root.py' only checks 1-d ROOT histogram classes. We should add [TH2*] and [TH3*] options. Besides, we can create some demo histograms to test, just like what boost_histogram has done.

I'll do it if time permits.