-
Notifications
You must be signed in to change notification settings - Fork 228
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
Use autoGenerated tag instead of the hardcoded family list #2157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Made a couple of suggestions.
8ca9754
to
3fc42a1
Compare
@rwest Thanks for the catch! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now looks good to me, but I'd wait for the automated tests before merging, to be safe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me as well. thanks!
Codecov Report
@@ Coverage Diff @@
## master #2157 +/- ##
==========================================
+ Coverage 47.91% 48.26% +0.34%
==========================================
Files 101 101
Lines 26989 27210 +221
Branches 6911 7125 +214
==========================================
+ Hits 12932 13133 +201
+ Misses 12684 12680 -4
- Partials 1373 1397 +24
Continue to review full report at Codecov.
|
Can you rebase? |
3fc42a1
to
bf8afcd
Compare
Rebased! |
Motivation or Problem
Multiple PRs in RMG-database related to tree generation failed the database test (e.g. ReactionMechanismGenerator/RMG-database#493 and ReactionMechanismGenerator/RMG-database#495)
Description of Changes
Made the code to look for auto_generated tag instead of the hardcoded list to avoid needing to twin PR
Testing
I didn't run a test as this should be a straight forward change