-
Notifications
You must be signed in to change notification settings - Fork 653
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
TestRequiresRDKit.test_converter_requires_rdkit fails on Azure Windows and with Azure Linux 3.10 #4687
Comments
This seems like a legitimate failure, the azure pipelines are picking up a leftover from the numpy 2.0 migration. Now that rdkit supports numpy 2.0, the import checks are failing in the wrong way. |
yuxuanzhuang
pushed a commit
to yuxuanzhuang/mdanalysis
that referenced
this issue
Sep 9, 2024
* Investigate rdkit issue * Update azure-pipelines.yml * fix numpy 2.0 import block * fix imports
hmacdope
pushed a commit
that referenced
this issue
Sep 10, 2024
* Fixed high dimensional GroupBase indexing. * fixed pep8 issues * Removed sanitisation * Fix #4687 -- rdkit values in azure CI (#4688) * Investigate rdkit issue * Update azure-pipelines.yml * fix numpy 2.0 import block * fix imports * mark analysis.pca.PCA as not parallelizable (#4684) - fix #4680 - PCA explicitly marked as not parallelizable (at least not with simple split-apply-combine) - add tests - update CHANGELOG * disable gsd * disable gsd in azure * reduce timeout and set logical * fix azure * restore timeout to 200 --------- Co-authored-by: Matthew Davies <128810112+MattTDavies@users.noreply.github.com> Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
RMeli
pushed a commit
to RMeli/mdanalysis
that referenced
this issue
Oct 3, 2024
* Investigate rdkit issue * Update azure-pipelines.yml * fix numpy 2.0 import block * fix imports
RMeli
pushed a commit
to RMeli/mdanalysis
that referenced
this issue
Oct 3, 2024
* Fixed high dimensional GroupBase indexing. * fixed pep8 issues * Removed sanitisation * Fix MDAnalysis#4687 -- rdkit values in azure CI (MDAnalysis#4688) * Investigate rdkit issue * Update azure-pipelines.yml * fix numpy 2.0 import block * fix imports * mark analysis.pca.PCA as not parallelizable (MDAnalysis#4684) - fix MDAnalysis#4680 - PCA explicitly marked as not parallelizable (at least not with simple split-apply-combine) - add tests - update CHANGELOG * disable gsd * disable gsd in azure * reduce timeout and set logical * fix azure * restore timeout to 200 --------- Co-authored-by: Matthew Davies <128810112+MattTDavies@users.noreply.github.com> Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the CI for PR #4682 I observed a test failure for a RDKit-related test TestRequiresRDKit.test_converter_requires_rdkit in the Windows Azure runners
Not failing with the RDKit issue:
The GitHub Linux and macOS runners do not fail this test.
Windows Python 3.12
https://dev.azure.com/mdanalysis/cefe1135-cd6a-4689-8710-15bd37ad81e6/_apis/build/builds/7149/logs/95
Windows Python 3.10
https://dev.azure.com/mdanalysis/cefe1135-cd6a-4689-8710-15bd37ad81e6/_apis/build/builds/7149/logs/84
The text was updated successfully, but these errors were encountered: