-
Notifications
You must be signed in to change notification settings - Fork 667
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
RDKIT tests sometimes fails #2958
Comments
It's done it again but this time on travis: https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/393115290 Again python 3.6... |
Another error, different test failing, not python 3.6: https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/393257863 Also tagging @cbouy who might have a better idea as to why we are getting random failures. |
For |
See here for another occasional RDKIT test failure: #2983 (comment) |
Here's another failure from #2997
|
Still intermittently occurs on GH actions:
|
Still happening, still weird
https://github.com/MDAnalysis/mdanalysis/runs/2111126476 |
If we're collecting strange/intermittent RDKit test failures then here's the one from #2950 (comment)
|
Expected behavior
All tests pass
Actual behavior
In some cases (I believe @lilyminium first mentioned this, and I've seen this occur a few times on appveyor), the
TestRDKitConverter.test_assign_coordinates
can fail: https://ci.appveyor.com/project/orbeckst/mdanalysis/builds/35434315/job/4fl3rfbyde60rpqpCurrent version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) current developpython -V
)? In the captured case: 3.6Notes
This test failure is not deterministic, and I'm not sure what causes it to be triggered, maybe just hardware?
The text was updated successfully, but these errors were encountered: