Replies: 2 comments 4 replies
|
Thanks for opening this discussion. I have seen the AttributeErrors "not a valid assertion" before; in that case it was related to the user using a newer Python version. In any case, I have openend #189 to solve the issue. For some of the other failing tests, I am not sure. They also seem to be related to the hardware. |
1 reply
|
The subprocess errors in the rpvi tests are most likely because you QUEENS does not find the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I recently installed Queens on the terrabyte cluster of the DLR & LRZ (https://docs.terrabyte.lrz.de/about/introduction/) and obtained a bouquet of failing tests. 💐😅
Nevertheless, the tutorials work and I could reproduce results for the Metropolis-Hastings MCMC sampler from PyMC also with Queens.
Are these critical errors? What could I do to reduce the number of failed tests?
I installed Queens using
pip install -e .[safe]and the OS of terrabyte is SUSE Linux Enterprise 15.Thank you very much for your help!
All reactions