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.
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
QChem Adapter & Molpro Updates #712
base: main
Are you sure you want to change the base?
QChem Adapter & Molpro Updates #712
Changes from 29 commits
62433b1
21d0e0e
8054f43
690a831
2b59d29
d38e259
c10e4f3
60dd90b
1011847
9766ad9
189eb62
2a1738c
6ca490e
ff7583c
0c23475
752f417
4852981
497628d
e304459
6143254
2b9cd67
d68720f
abb4d7f
9e49d7f
a4a3189
fd6bee1
dc366c6
2f581fd
bc3dc82
f29012c
5e4b433
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check notice
Code scanning / CodeQL
Commented-out code Note
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.
The commit message here should be something like "Minor: Style modification in job adapter test"
(I understand that it is probably a result of a rebase)
Check warning
Code scanning / CodeQL
Variable defined multiple times Warning
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.
Does
self.core_change
pass on between a failed job to a new job that fixes it?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 am not 100% certain, but as long as the adapter class is not re-instantiated
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.
Should also change this line: https://github.com/ReactionMechanismGenerator/ARC/blob/main/arc/settings/settings.py#L165
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 believe it was changed in this PR