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
Issue:
When reading string based range data value into explicit integer range value, it happens that the first category is define as "minus than n" with the next category being from n to n+x. In this case, the exact value n is contained in two different category, i.e. [0,n] and [n,n+x]
Expectation:
When reading range data value, make sure there is no overlapping between categories
The text was updated successfully, but these errors were encountered:
Issue:
When reading string based range data value into explicit integer range value, it happens that the first category is define as "minus than n" with the next category being from n to n+x. In this case, the exact value n is contained in two different category, i.e. [0,n] and [n,n+x]
Expectation:
When reading range data value, make sure there is no overlapping between categories
The text was updated successfully, but these errors were encountered: