-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tests for Utils and Visuals #421
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
It is weird that this only fails in Python 3.11. Do you think this is a version issue, or is this just due to the randomness of posterior density estimates? Here is the error message: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED test/test_petrinet_ode/test_ode_interfaces.py::TestODEInterfaces::test_get_posterior_density_petri - AssertionError: 0.0 not greater than 0.0
============ 1 failed, 124 passed, 68 warnings in 102.16s (0:01:42) ============
Error: Process completed with exit code 1. |
I think due to randomness because it does work with version 3.11 sometimes. |
I believe this PR has been subsumed by #469. Please reopen this PR if you believe it was closed by mistake. |
No description provided.