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
BUG: Fix rounding of percentile 99.999% to 100% (#55841)
* BUG: Use precision for rounding percentile
- Round was introduced as a part of GH#48298
- But for 99.999 it is rounding to 100 causing GH#55765
- So added precision for rounding:
* TST: Update test case to test GH#55765
* TST: Remove redundant paranthesis
* DOC: Update release document
* DOC: Move to other section
0 commit comments