typelevel/scalacheck

ConsoleReporter reports 0% frequencies due to rounding

Ouverte

#576 ouverte le 9 oct. 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Scala (395 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (1 963 étoiles)
Métriques de merge PR
 (Merge moyen 2j 1h) (5 PRs mergées en 30 j)

Description

Due to rounding the ConsoleReporter prints some frequencies as zero and this can report incorrect values when using classify. I had to inspect the FreqMap to check the counts as I was thinking my generator was not correct. It would be useful if the classifier reported the counts as well as the frequency.

Guide contributeur