typelevel/scalacheck

ConsoleReporter reports 0% frequencies due to rounding

Open

#576 aberto em 9 de out. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (395 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (1.963 stars)
Métricas de merge de PR
 (Mesclagem média 2d 1h) (5 fundiu PRs em 30d)

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.

Guia do colaborador