typelevel/scalacheck

ConsoleReporter reports 0% frequencies due to rounding

Open

#576 创建于 2019年10月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Scala (1,963 star) (395 fork)batch import
good first issuehelp wanted

描述

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.

贡献者指南