Skip to content

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Aug 25, 2024

Fixes #4687

It seems like this is not an azure-specific failure, but rather a leftover from the numpy 2.0 migration.


📚 Documentation preview 📚: https://mdanalysis--4688.org.readthedocs.build/en/4688/

Copy link

github-actions bot commented Aug 25, 2024

Linter Bot Results:

Hi @IAlibay! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.59%. Comparing base (326698d) to head (3923c58).
Report is 39 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4688      +/-   ##
===========================================
- Coverage    93.61%   93.59%   -0.02%     
===========================================
  Files          173      185      +12     
  Lines        21421    22484    +1063     
  Branches      3979     3978       -1     
===========================================
+ Hits         20053    21045     +992     
- Misses         904      976      +72     
+ Partials       464      463       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@IAlibay IAlibay changed the title Investigate rdkit issue Fix #4687 -- rdkit values in azure CI Aug 25, 2024
@IAlibay IAlibay requested a review from orbeckst August 25, 2024 12:40
Copy link
Member

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems obviously correct and brings us back to all-green CI, modulo the usual codecov shenanigans.

I don't think we need a release note for restoring support for a transitive NumPy 2 dependency.

@tylerjereddy tylerjereddy merged commit 94b1b79 into develop Aug 25, 2024
22 of 23 checks passed
@tylerjereddy tylerjereddy deleted the IAlibay-patch-1 branch August 25, 2024 20:08
@tylerjereddy
Copy link
Member

I squash-merged, assuming that's still the MDA convention.

@orbeckst
Copy link
Member

Many thanks @IAlibay and @tylerjereddy !!

yuxuanzhuang pushed a commit to yuxuanzhuang/mdanalysis that referenced this pull request 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 pull request 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 pull request 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 pull request 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestRequiresRDKit.test_converter_requires_rdkit fails on Azure Windows and with Azure Linux 3.10
3 participants