Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo incrementing instead of decrementing (#595)
* fix: typo incrementing instead of decrementing * 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 --------- Co-authored-by: teor <[email protected]>
- Loading branch information