-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build (lint) is failing (ligand_neighbourhood_alignment) #1301
Comments
@tdudgeon is this still failing? |
Yes. @alanbchristie set this up so he will need to investigate. |
There are a number of initial local development problems as it is difficult to develop on modern hardware. xchem align does not work for Python 3.12 (there is no Also
(see https://stackoverflow.com/questions/78634235/)
|
I’ve fixed the CI build and the only risk is the explicit requirement of the last v1 release of the
Changes (fixes) have been merged to the xchemn-align master branch. Future breaks in the CI build must be treated with higher priority. |
@alanbchristie has fixed the build (by disabling two tests) but those two tests will need fixing to be included in the CI build |
@ConorFWild is needed to get the tests working |
The failed tests are documented in the following xchem-align issues: - |
Now that XCA is stable it will be very useful to fix the automated testing to correctly flag errors from new dev |
After fixing what appeared to be the initial lint failure (related to the Someone who understands the code and its CI needs to fix this or we now need to switch the CI off altogether, and tackle the CI as a separate section of effort after the release. Be aware, as the CI has been broken for a very (very) long time this could take many days of effort to resolve. Then, when done, fix CI issues when they arise. Additionally, is pre-commit up to date on this repository and is it being used? |
The
ligand_neighbourhood_alignment
repository CI build is failing (has been failing for some time). Before considering this code to be ready for production I think the CI build needs to be successful, even if this means pulling broken stuff out of it.Broken builds should not be considered production ready.
The text was updated successfully, but these errors were encountered: