Conversation
…sues with torch and pyg versions: support Python 3.9 through 11, but not 3.12+ which doesn't work with DeepChem. Removed pip dependency and moved setuptools to [build-system] block, since it's no longer required for AMPL runtime.
Collaborator
Author
|
The unit tests in test_struct_utils are failing in the CI environment, but they work for me just fine when I run them in my own environment built with AMPL/install-ampl/create-venv.sh. I don't understand how CI sets up its environment, but something must be different. All the other tests pass. |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## 1.8.0 #428 +/- ##
==========================================
- Coverage 51.40% 51.38% -0.03%
==========================================
Files 36 36
Lines 10685 10690 +5
==========================================
Hits 5493 5493
- Misses 5192 5197 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
mauvais2
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SMILES standardization functionality from the molvs package was integrated into RDKit a long time ago, and molvs is no longer maintained. This PR changes the standardization functions in utils/struct_utils.py to use the RDKit functions rather than molvs, and removes molvs from the AMPL virtual environments.