You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python issue_537.pyTraceback (most recent call last): File "/home/feickert/Code/debug/hist-categorical-axes-fill/issue_537.py", line 4, in <module> categorical_hist.fill([3, 4, 5], meas="a") File "/home/feickert/.pyenv/versions/hist-categorical-axes-fill/lib/python3.11/site-packages/hist/basehist.py", line 240, in fill raise TypeError(TypeError: All axes must be accounted for in fill, you may have used a disallowed name in the axes
For the sake of completness, the API error that @alexander-held and I were making is that we should have done
Describe the bug
In informal chat on the IRIS-HEP Slack with @alexander-held and myself @henryiii indicated that he thought the error for incorrectly using the
Mean
storage should be different.Steps to reproduce
$ python -m pip install --upgrade 'hist==2.7.2' 'boost-histogram==1.4.0'
For the sake of completness, the API error that @alexander-held and I were making is that we should have done
The text was updated successfully, but these errors were encountered: