Solving the 'Fragment' object has no attribute 'count_internal_rotors' error#2395
Merged
xiaoruiDong merged 2 commits intomainfrom Mar 7, 2023
Merged
Solving the 'Fragment' object has no attribute 'count_internal_rotors' error#2395xiaoruiDong merged 2 commits intomainfrom
xiaoruiDong merged 2 commits intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2395 +/- ##
==========================================
- Coverage 48.25% 48.24% -0.01%
==========================================
Files 110 110
Lines 30616 30626 +10
Branches 7982 7986 +4
==========================================
+ Hits 14774 14776 +2
- Misses 14298 14305 +7
- Partials 1544 1545 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
lily90502
previously approved these changes
Mar 5, 2023
Contributor
lily90502
left a comment
There was a problem hiding this comment.
Thank you for adding these functions. These two look okay to me!
Member
Author
|
@lily90502, I rebased. Could you please re-approve and merge? |
xiaoruiDong
approved these changes
Mar 7, 2023
Contributor
xiaoruiDong
left a comment
There was a problem hiding this comment.
Looks good! Thanks @alongd @lily90502
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.
Motivation or Problem
Recently, RMG crashes often, for different chemistries, with the following trace:
Description of Changes
Two methods,
count_internal_rotors()andis_bond_in_cycle()were added to theFragmentclass.