You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ricardoV94 I've been taking a look at this. It looks like the test is failing due to random sampling error. I simulated 5000 examples of the failing assert statement, the results are shown in the plot below.
The results show that that from 5000 samples about 0.1% of the tests are expected to fail based on the 0.1 threshold currently in use. Changing the threshold to 0.2 would reduce the failure rate to <0.02% (from 5000 samples). So my suggestion is to change the threshold to 0.2 but also add a comment to the test explaining why it may fail in the future (given enough time a value greater than 0.2 is still probable). What do you think?
This one failed a couple of times recently, including in https://github.com/pymc-devs/pymc/runs/4964000272?check_suite_focus=true
We need to check that behavior is still as expected and if so, just tweak the threshold.
The text was updated successfully, but these errors were encountered: