typelevel/scalacheck

ConsoleReporter reports 0% frequencies due to rounding

Open

#576 建立於 2019年10月9日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Scala (395 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (1,963 star)
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.

貢獻者指南