-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug]: Probability Assertion Error causes Tests Error Locally #109
Comments
Good catch. We should not have testing which depends on random seed, which is what we currently have here. We can adjust this to guarantee convergence in some short number of iterations, by setting |
Testing due to recent commits, there is another error that occur locally: It has to do with
|
The recent error was because not pulling the recent commits, it's solved.
|
What happened?
A bug happened! It's not a bug per se but it seems that probability assertion error which causes one test to fail when testing locally. That ends up in one test failing as shown below.
Output attached below.
Version
main branch
What does this bug affect?
Other information
Julia Version:1.10.2+0.x64.linux.gnu
The text was updated successfully, but these errors were encountered: