Closed WardBrian closed 1 year ago
Of course it passes 20 times in a row locally and fails on the 3rd chance it gets in CI. Oh the joys of stochastic testing
Merging #20 (e3a6168) into main (40a3412) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #20 +/- ##
==========================================
+ Coverage 95.71% 95.73% +0.01%
==========================================
Files 9 9
Lines 257 258 +1
==========================================
+ Hits 246 247 +1
Misses 11 11
Impacted Files | Coverage Δ | |
---|---|---|
bayes_kit/__init__.py | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
We need to do better stochastic testing. We either need to retry tests or we need to set tighter thresholds. For some of these, we could estimate our tolerances within the error of our ESS estimates.
I think this is ready to merge
This PR fixes the issues discovered in #18, namely:
theta
can be sampled over all of $\mathcal{R}$