mpad

Results 1 issues of mpad

the axis.index() function returns incorrect index when passed particular integer values. **Steps to reproduce** Running under linux (fedora 35, python 3.6.10) ```python >>> hist.__version__ '2.6.2' >>> a=hist.axis.Regular(50,0,50) >>> [(i,a.index(i)) for...