We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some tests from test_smiles_builder.py will fail randomly in CI tests. For an example: https://github.com/duartegroup/autodE/actions/runs/4419257013/jobs/7747458155. It happens with both windows and ubuntu CI tests (about 1 out of 20 times I guess). Rerunning the tests will usually fix the issue.
test_smiles_builder.py
It might be worthwhile to make the builders more robust, so that the probability of failure is lower, and it does not happen in a production run?
The text was updated successfully, but these errors were encountered:
Am aware of this issue. Would be fantastic to rewrite it into something robust, and get rid of the required RDKit dependency in the process
Sorry, something went wrong.
No branches or pull requests
Some tests from
test_smiles_builder.py
will fail randomly in CI tests. For an example: https://github.com/duartegroup/autodE/actions/runs/4419257013/jobs/7747458155. It happens with both windows and ubuntu CI tests (about 1 out of 20 times I guess). Rerunning the tests will usually fix the issue.It might be worthwhile to make the builders more robust, so that the probability of failure is lower, and it does not happen in a production run?
The text was updated successfully, but these errors were encountered: