-
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
Sometimes I get the following warning when running tests
test-ppc-test-statistics.R:30: warning: ppc_stat returns ggplot object
Computation failed in `stat_bin()`:
`binwidth` must be positive
The specific test is
expect_gg(ppc_stat(y2, yrep2, stat = "prop0"))
But this doesn't happen every time. We need to bin down this nondeterminism.