-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linearGaussian_snre_test fails #1090
Comments
I just ran
@michaeldeistler I think that this is related to what I approached you about, even though the tests in our PyMC PR have been successful afterward. However, now I think we just got lucky 😅 |
Just happened on the main branch :o Rerunning the workflow fixed it, so yeah seems to be stochastic. See: https://github.com/sbi-dev/sbi/actions/runs/8410614947/attempts/1 Seems to be related to Inf/Nan, probably in multi-round SNRE. Likely related to #1060 |
Check out my PR #1107 @manuelgloeckler @bkmi. I think I am about to fix this |
Describe the bug
The following tests fail (stochastically) since the training data produces one Inf for each of them.
To Reproduce
Please add a minimal code example that reproduces the problem:
Python 3.8.18
git commit105008efbacf320758e43a5db5bee4e3a0f9de36
pytest tests/linearGaussian_snre_test.py -k test_api_snre_multiple_trials_and_rounds_map
Expected behavior
should not create an Inf
Additional context
I am working on #966 , but it shouldn't affect this test.
The text was updated successfully, but these errors were encountered: