typelevel/scalacheck

ConsoleReporter reports 0% frequencies due to rounding

开放

#576 创建于 2019年10月9日

 (0 条评论) (0 个反应) (0 位负责人)Scala (395 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (1,963 个星标)
PR 合并指标
 (平均合并 2天 1小时) (30 天内合并 5 个 PR)

描述

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.

贡献者指南