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
I would say it looks like some sort of an int>float>int problem.
It may look like a corner case, but in fact nuclei PDG codes have values in the ~1e9 range. It would be great if sorting could be supported also in this case.
The text was updated successfully, but these errors were encountered:
hist.sort() calls axis._ax.index(), and produces an error if the IntCat values are too high.
Example:
I would say it looks like some sort of an int>float>int problem.
It may look like a corner case, but in fact nuclei PDG codes have values in the ~1e9 range. It would be great if sorting could be supported also in this case.
The text was updated successfully, but these errors were encountered: