Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad RangeValue encoding when defined as "minus than n" and then "n to n+x" #5

Open
chapuisk opened this issue Oct 18, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@chapuisk
Copy link
Contributor

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

@chapuisk chapuisk added the bug Something isn't working label Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants