Open shoubhikraj opened 1 year ago
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?
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
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?