Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for MostSeen decrement bug
This bug requires a specific set of circumstances to trigger and become visible: 1. decrement a label that is non-zero but not first 2. repeat the decrement at least best_count()/2 times 3. increment that label 4. check the best count
- Loading branch information