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
I was working on PR #1461 (Issue: #1428). I wanted to run all tests quickly (even if they fail) just to test the fixtures, so I set num_samples=10 and steps=5 for posterior sampling in test_npse_iid_inference. Everything seems to work fine for None and gaussian prior, but something weird happens for uniform.
I think to reproduce this problem, one can try to simply run sampling with a very low number of samples and the uniform prior. It may just be a sampling logging bug.
🐛 Bug Description
I was working on PR #1461 (Issue: #1428). I wanted to run all tests quickly (even if they fail) just to test the fixtures, so I set
num_samples=10
andsteps=5
for posterior sampling intest_npse_iid_inference
. Everything seems to work fine forNone
andgaussian
prior, but something weird happens foruniform
.🟢 Gaussian prior
🟢 None prior
🔴 Uniform prior
🔄 Steps to Reproduce
Run the tests:
pytest tests/linearGaussian_npse_test.py::test_npse_iid_inference
Full tests code:
The text was updated successfully, but these errors were encountered: