-
Notifications
You must be signed in to change notification settings - Fork 230
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
Revert 'spin_multiplicity' to 'spinMultiplicity' in Arkane pdep #1798
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1798 +/- ##
===========================================
- Coverage 42.92% 32.61% -10.32%
===========================================
Files 82 87 +5
Lines 21182 26124 +4942
Branches 5519 6878 +1359
===========================================
- Hits 9093 8521 -572
- Misses 11061 16633 +5572
+ Partials 1028 970 -58 Continue to review full report at Codecov.
|
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.
Thanks! Could you rebase?
I don't know if I would consider this a "BigFix" though, lol. Perhaps you could fix the commit message while rebasing.
No problem :) |
When saving a string representation of a TS in a pdep network file
rebased and renamed commit |
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.
I'm not sure what's up with the Travis PR build. Clicking on the link shows that the job passed.
Motivation or Problem
Running an RMG-generated network file results in:
TypeError: transition_state() got an unexpected keyword argument 'spin_multiplicity'.
Description of Changes
Reverted
spin_multiplicity
tospinMultiplicity
in Arkane pdep.py where these networks are being generated. The bug only relates to sting representations of TSs, Species were unaffected.Testing
Run a RMG with PDep on on master and on this branch, try to execute a sample network file via Arkane.