Use a version of RMG's molecule that is built in place, rather than from a separate molecule repo#232
Draft
JacksonBurns wants to merge 4 commits intomainfrom
Draft
Use a version of RMG's molecule that is built in place, rather than from a separate molecule repo#232JacksonBurns wants to merge 4 commits intomainfrom
JacksonBurns wants to merge 4 commits intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #232 +/- ##
==========================================
+ Coverage 49.81% 49.82% +0.01%
==========================================
Files 31 31
Lines 7908 8087 +179
==========================================
+ Hits 3939 4029 +90
- Misses 3969 4058 +89
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Author
|
Less some error in the documentation, it appears that this patch is working. I'm leaving this as a draft for the time being, since I will bring this up at the big developer meeting instead. This solves the problem of running the CI, but would undo the work on molecule and require RMS to carry around all of RMG again - but let's hash out these points at the developer meeting. |
see jacksonburns/rmg-py branch molecule_subpackage
abd7e88 to
cdf2679
Compare
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.
By changing the CI to use mamba instead of conda, the environment file without molecule separate from RMG can be solved.
Will add more notes later, opening this as a draft for now for off-line discussion.